@@ -9,146 +9,167 @@ platforms:
9
9
image : almalinux:8
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 : /usr/sbin/init
15
16
- name : almalinux-9
16
17
image : almalinux:9
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 : /usr/sbin/init
22
24
- name : alpine-3.14
23
25
image : alpine:3.14
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.15
30
33
image : alpine:3.15
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 : alpine-3.16
37
41
image : alpine:3.16
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 : /sbin/init
43
48
- name : alpine-3.17
44
49
image : alpine:3.17
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 : /sbin/init
50
56
- name : amazonlinux-2
51
57
image : amazonlinux:2
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 : centos-7
58
65
image : centos:7
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-bullseye
65
73
image : debian:bullseye-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 : oraclelinux-7
72
81
image : oraclelinux:7
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 : /usr/sbin/init
78
88
- name : oraclelinux-8
79
89
image : oraclelinux:8
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 : /usr/sbin/init
85
96
- name : oraclelinux-9
86
97
image : oraclelinux:9
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 : /usr/sbin/init
92
104
- name : rhel-7
93
105
image : registry.access.redhat.com/ubi7/ubi:7.9
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 : /usr/sbin/init
99
112
- name : rhel-8
100
113
image : redhat/ubi8:8.7
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
106
120
- name : rhel-9
107
121
image : redhat/ubi9:9.1.0
108
122
dockerfile : ../common/Dockerfile.j2
109
123
privileged : true
124
+ cgroupns_mode : host
110
125
volumes :
111
126
- /sys/fs/cgroup:/sys/fs/cgroup:rw
112
127
command : /usr/sbin/init
113
128
- name : rockylinux-8
114
129
image : rockylinux:8
115
130
dockerfile : ../common/Dockerfile.j2
116
131
privileged : true
132
+ cgroupns_mode : host
117
133
volumes :
118
134
- /sys/fs/cgroup:/sys/fs/cgroup:rw
119
135
command : /usr/sbin/init
120
136
- name : rockylinux-9
121
137
image : rockylinux:9.0.20220720
122
138
dockerfile : ../common/Dockerfile.j2
123
139
privileged : true
140
+ cgroupns_mode : host
124
141
volumes :
125
142
- /sys/fs/cgroup:/sys/fs/cgroup:rw
126
143
command : /usr/sbin/init
127
144
- name : sles15
128
145
image : registry.suse.com/bci/bci-base:15.4
129
146
dockerfile : ../common/Dockerfile.j2
130
147
privileged : true
148
+ cgroupns_mode : host
131
149
volumes :
132
150
- /sys/fs/cgroup:/sys/fs/cgroup:rw
133
151
command : /usr/sbin/init
134
152
- name : ubuntu-bionic
135
153
image : ubuntu:bionic
136
154
dockerfile : ../common/Dockerfile.j2
137
155
privileged : true
156
+ cgroupns_mode : host
138
157
volumes :
139
158
- /sys/fs/cgroup:/sys/fs/cgroup:rw
140
159
command : /sbin/init
141
160
- name : ubuntu-focal
142
161
image : ubuntu:focal
143
162
dockerfile : ../common/Dockerfile.j2
144
163
privileged : true
164
+ cgroupns_mode : host
145
165
volumes :
146
166
- /sys/fs/cgroup:/sys/fs/cgroup:rw
147
167
command : /sbin/init
148
168
- name : ubuntu-jammy
149
169
image : ubuntu:jammy
150
170
dockerfile : ../common/Dockerfile.j2
151
171
privileged : true
172
+ cgroupns_mode : host
152
173
volumes :
153
174
- /sys/fs/cgroup:/sys/fs/cgroup:rw
154
175
command : /sbin/init
0 commit comments