Compare commits

...
Sign in to create a new pull request.

28 commits

Author SHA1 Message Date
Mohan Boddu
c60c7a925d "Bump RELEASE for automatic rebuild" 2018-07-17 18:46:11 +00:00
Mohan Boddu
102977e928 "Bump RELEASE for automatic rebuild" 2018-07-17 13:03:50 +00:00
Mohan Boddu
cec213c3df "Bump RELEASE for automatic rebuild" 2018-07-06 13:41:49 +00:00
Mohan Boddu
e05d461522 "Bump RELEASE for automatic rebuild" 2018-05-21 15:53:33 +00:00
Mohan Boddu
2cb99328e5 "Bump RELEASE for automatic rebuild" 2018-04-20 14:11:12 +00:00
Mohan Boddu
5d721490b7 "Bump RELEASE for automatic rebuild" 2018-03-29 14:12:34 +00:00
Mohan Boddu
40e9d2f2af "Bump RELEASE for automatic rebuild" 2018-03-15 15:31:26 +00:00
Mohan Boddu
8c9bc87186 "Bump RELEASE for automatic rebuild" 2018-03-01 18:32:05 +00:00
Mohan Boddu
09ede7dbc9 "Bump RELEASE for automatic rebuild" 2018-03-01 17:01:48 +00:00
Giuseppe Scrivano
842c07df56
Dockerfile: bump version
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-02-26 15:54:29 +01:00
Giuseppe Scrivano
243efc7f01
sync from upstream
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-02-26 15:47:03 +01:00
Mohan Boddu
8c4d7739b7 "Bump RELEASE for automatic rebuild" 2018-02-16 14:59:26 +00:00
Mohan Boddu
ab83dba6a7 "Bump RELEASE for automatic rebuild" 2018-01-18 23:25:33 +00:00
Mohan Boddu
8c19646e57 "Bump RELEASE for automatic rebuild" 2018-01-18 23:19:00 +00:00
Mohan Boddu
c633356712 "Bump RELEASE for automatic rebuild" 2018-01-18 23:05:01 +00:00
Mohan Boddu
5049c2276e "Bump RELEASE for automatic rebuild" 2018-01-18 22:36:12 +00:00
Mohan Boddu
33e1fd0eab "Bump RELEASE for automatic rebuild" 2018-01-10 13:21:42 +00:00
Mohan Boddu
59a8fd5c22 "Bump RELEASE for automatic rebuild" 2018-01-10 13:18:59 +00:00
Giuseppe Scrivano
7b18d67002 Bump RELEASE for automatic rebuild
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-01-10 14:04:54 +01:00
Giuseppe Scrivano
14be0b1dbb Dockerfile: include $FGC in the name
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-01-10 14:03:50 +01:00
Giuseppe Scrivano
88d7580e2a bump release
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-01-10 13:29:24 +01:00
Mohan Boddu
de198342c8 "Bump RELEASE for automatic rebuild" 2018-01-10 00:25:30 +00:00
Mohan Boddu
02cefe15a5 "Bump RELEASE for automatic rebuild" 2018-01-10 00:05:40 +00:00
Mohan Boddu
23a0ad1475 "Bump RELEASE for automatic rebuild" 2018-01-09 22:38:24 +00:00
Mohan Boddu
aa11bcd9ad "Bump RELEASE for automatic rebuild" 2018-01-09 17:07:27 +00:00
Mohan Boddu
e2e60fe792 "Bump RELEASE for automatic rebuild" 2018-01-09 17:00:47 +00:00
Giuseppe Scrivano
9fc2ae3b02
sync with upstream
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-11-15 13:59:03 +01:00
Giuseppe Scrivano
b2569cfbd5
docker: update from
use fedora:27

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-11-15 11:32:02 +01:00
2 changed files with 18 additions and 17 deletions

View file

@ -1,8 +1,8 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:27
ENV VERSION=0 RELEASE=1 ARCH=x86_64
ENV VERSION=0 RELEASE=25 ARCH=x86_64
LABEL com.redhat.component="docker" \
name="docker" \
name="$FGC/docker" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
@ -11,8 +11,8 @@ LABEL com.redhat.component="docker" \
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>" \
atomic.type="system"
RUN dnf install --setopt=tsflags=nodocs -y docker container-storage-setup container-selinux cloud-utils-growpart python-docker-py docker-novolume-plugin lvm2 iptables procps-ng xz oci-register-machine \
&& rpm -V docker container-storage-setup container-selinux cloud-utils-growpart python-docker-py docker-novolume-plugin lvm2 iptables procps-ng xz oci-register-machine \
RUN dnf install --setopt=tsflags=nodocs -y docker container-storage-setup container-selinux cloud-utils-growpart docker-novolume-plugin lvm2 iptables procps-ng xz oci-register-machine \
&& rpm --nofiles -V docker container-storage-setup container-selinux cloud-utils-growpart docker-novolume-plugin lvm2 iptables procps-ng xz oci-register-machine \
&& mkdir -p /usr/lib/modules && dnf clean all
RUN ln -s /usr/libexec/docker/docker-runc-current /usr/bin/docker-runc

View file

@ -5,6 +5,7 @@
"arch": "amd64"
},
"process": {
"selinuxLabel": "system_u:system_r:container_runtime_t:s0",
"terminal": false,
"user": {
"uid": 0,
@ -283,6 +284,17 @@
"mode=755"
]
},
{
"type": "bind",
"source": "/opt",
"destination": "/opt",
"options": [
"rbind",
"rslave",
"rw",
"mode=755"
]
},
{
"type": "bind",
"source": "/mnt",
@ -294,17 +306,6 @@
"mode=755"
]
},
{
"type": "bind",
"source": "/usr/share/rhel",
"destination": "/usr/share/rhel",
"options": [
"rprivate",
"rbind",
"ro",
"mode=755"
]
},
{
"type": "bind",
"source": "${RUN_DIRECTORY}",
@ -377,10 +378,11 @@
"private"
]
}
$ADDTL_MOUNTS
],
"hooks": {},
"linux": {
"rootfsPropagation": "private",
"rootfsPropagation": "rslave",
"resources": {
"devices": [
{
@ -393,7 +395,6 @@
{
"type": "mount"
}
],
"selinuxProcessLabel": "system_u:system_r:container_runtime_t:s0"
]
}
}