@@ -9,97 +9,111 @@ platforms:
9
9
image : alpine:3.13
10
10
dockerfile : ../common/Dockerfile.j2
11
11
privileged : true
12
+ cgroupns_mode : host
12
13
volumes :
13
14
- /sys/fs/cgroup:/sys/fs/cgroup:rw
14
15
command : /sbin/init
15
16
- name : alpine-3.14
16
17
image : alpine:3.14
17
18
dockerfile : ../common/Dockerfile.j2
18
19
privileged : true
20
+ cgroupns_mode : host
19
21
volumes :
20
22
- /sys/fs/cgroup:/sys/fs/cgroup:rw
21
23
command : /sbin/init
22
24
- name : alpine-3.15
23
25
image : alpine:3.15
24
26
dockerfile : ../common/Dockerfile.j2
25
27
privileged : true
28
+ cgroupns_mode : host
26
29
volumes :
27
30
- /sys/fs/cgroup:/sys/fs/cgroup:rw
28
31
command : /sbin/init
29
32
- name : alpine-3.16
30
33
image : alpine:3.16
31
34
dockerfile : ../common/Dockerfile.j2
32
35
privileged : true
36
+ cgroupns_mode : host
33
37
volumes :
34
38
- /sys/fs/cgroup:/sys/fs/cgroup:rw
35
39
command : /sbin/init
36
40
- name : centos-7
37
41
image : centos:7
38
42
dockerfile : ../common/Dockerfile.j2
39
43
privileged : true
44
+ cgroupns_mode : host
40
45
volumes :
41
46
- /sys/fs/cgroup:/sys/fs/cgroup:rw
42
47
command : /usr/sbin/init
43
48
- name : rhel-7
44
49
image : registry.access.redhat.com/ubi7/ubi:7.9
45
50
dockerfile : ../common/Dockerfile.j2
46
51
privileged : true
52
+ cgroupns_mode : host
47
53
volumes :
48
54
- /sys/fs/cgroup:/sys/fs/cgroup:rw
49
55
command : /usr/sbin/init
50
56
- name : rhel-8
51
57
image : registry.access.redhat.com/ubi8/ubi:8.5
52
58
dockerfile : ../common/Dockerfile.j2
53
59
privileged : true
60
+ cgroupns_mode : host
54
61
volumes :
55
62
- /sys/fs/cgroup:/sys/fs/cgroup:rw
56
63
command : /usr/sbin/init
57
64
- name : rhel-9
58
65
image : registry.access.redhat.com/ubi9/ubi:9.0.0
59
66
dockerfile : ../common/Dockerfile.j2
60
67
privileged : true
68
+ cgroupns_mode : host
61
69
volumes :
62
70
- /sys/fs/cgroup:/sys/fs/cgroup:rw
63
71
command : /usr/sbin/init
64
72
- name : debian-buster
65
73
image : debian:buster-slim
66
74
dockerfile : ../common/Dockerfile.j2
67
75
privileged : true
76
+ cgroupns_mode : host
68
77
volumes :
69
78
- /sys/fs/cgroup:/sys/fs/cgroup:rw
70
79
command : /sbin/init
71
80
- name : debian-bullseye
72
81
image : debian:bullseye-slim
73
82
dockerfile : ../common/Dockerfile.j2
74
83
privileged : true
84
+ cgroupns_mode : host
75
85
volumes :
76
86
- /sys/fs/cgroup:/sys/fs/cgroup:rw
77
87
command : /sbin/init
78
88
- name : ubuntu-bionic
79
89
image : ubuntu:bionic
80
90
dockerfile : ../common/Dockerfile.j2
81
91
privileged : true
92
+ cgroupns_mode : host
82
93
volumes :
83
94
- /sys/fs/cgroup:/sys/fs/cgroup:rw
84
95
command : /sbin/init
85
96
- name : ubuntu-focal
86
97
image : ubuntu:focal
87
98
dockerfile : ../common/Dockerfile.j2
88
99
privileged : true
100
+ cgroupns_mode : host
89
101
volumes :
90
102
- /sys/fs/cgroup:/sys/fs/cgroup:rw
91
103
command : /sbin/init
92
104
- name : ubuntu-jammy
93
105
image : ubuntu:jammy
94
106
dockerfile : ../common/Dockerfile.j2
95
107
privileged : true
108
+ cgroupns_mode : host
96
109
volumes :
97
110
- /sys/fs/cgroup:/sys/fs/cgroup:rw
98
111
command : /sbin/init
99
112
- name : sles15
100
113
image : registry.suse.com/bci/bci-base:15.4
101
114
dockerfile : ../common/Dockerfile.j2
102
115
privileged : true
116
+ cgroupns_mode : host
103
117
volumes :
104
118
- /sys/fs/cgroup:/sys/fs/cgroup:rw
105
119
command : /usr/sbin/init
0 commit comments