File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
elif [ $(command -v yum) ]; then \
27
27
yum makecache fast \
28
28
&& yum install -y bash iproute initscripts sudo /usr/bin/python /usr/bin/python2-config vim yum-plugin-ovl \
29
+ && yum install -y http://mirror.centos.org/centos/7/os/x86_64/Packages/yum-plugin-copr-1.1.31-54.el7_8.noarch.rpm http://mirror.centos.org/centos/7/os/x86_64/Packages/libseccomp-2.3.1-4.el7.x86_64.rpm \
30
+ && yum copr enable -y jsynacek/systemd-backports-for-centos-7 \
31
+ && yum update -y systemd \
29
32
&& sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf \
30
33
&& yum clean all; \
31
34
elif [ $(command -v zypper) ]; then \
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ platforms:
54
54
- name : amazonlinux-2
55
55
image : amazonlinux:2
56
56
dockerfile : ../common/Dockerfile.j2
57
+ platform : amd64
57
58
privileged : true
58
59
cgroupns_mode : host
59
60
volumes :
@@ -62,7 +63,9 @@ platforms:
62
63
- name : centos-7
63
64
image : centos:7
64
65
dockerfile : ../common/Dockerfile.j2
66
+ platform : amd64
65
67
privileged : true
68
+ cgroupns_mode : host
66
69
volumes :
67
70
- /sys/fs/cgroup:/sys/fs/cgroup:rw
68
71
command : /usr/sbin/init
@@ -97,7 +100,9 @@ platforms:
97
100
- name : rhel-7
98
101
image : registry.access.redhat.com/ubi7/ubi:7.9
99
102
dockerfile : ../common/Dockerfile.j2
103
+ platform : amd64
100
104
privileged : true
105
+ cgroupns_mode : host
101
106
volumes :
102
107
- /sys/fs/cgroup:/sys/fs/cgroup:rw
103
108
command : /usr/sbin/init
You can’t perform that action at this time.
0 commit comments