@@ -9,6 +9,7 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
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
@@ -23,20 +24,23 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
23
24
image : alpine:3.14
24
25
dockerfile : ../common/Dockerfile.j2
25
26
privileged : true
27
+ cgroupns_mode : host
26
28
volumes :
27
29
- /sys/fs/cgroup:/sys/fs/cgroup:rw
28
30
command : /sbin/init
29
31
- name : alpine-3.15
30
32
image : alpine:3.15
31
33
dockerfile : ../common/Dockerfile.j2
32
34
privileged : true
35
+ cgroupns_mode : host
33
36
volumes :
34
37
- /sys/fs/cgroup:/sys/fs/cgroup:rw
35
38
command : /sbin/init
36
39
- name : alpine-3.16
37
40
image : alpine:3.16
38
41
dockerfile : ../common/Dockerfile.j2
39
42
privileged : true
43
+ cgroupns_mode : host
40
44
volumes :
41
45
- /sys/fs/cgroup:/sys/fs/cgroup:rw
42
46
command : /sbin/init
@@ -58,6 +62,7 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
58
62
image : centos:7
59
63
dockerfile : ../common/Dockerfile.j2
60
64
privileged : true
65
+ cgroupns_mode : host
61
66
volumes :
62
67
- /sys/fs/cgroup:/sys/fs/cgroup:rw
63
68
command : /usr/sbin/init
@@ -100,34 +105,39 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
100
105
image : registry.access.redhat.com/ubi7/ubi:7.9
101
106
dockerfile : ../common/Dockerfile.j2
102
107
privileged : true
108
+ cgroupns_mode : host
103
109
volumes :
104
110
- /sys/fs/cgroup:/sys/fs/cgroup:rw
105
111
command : /usr/sbin/init
106
112
- name : rhel-8
107
113
image : redhat/ubi8:8.7
108
114
dockerfile : ../common/Dockerfile.j2
109
115
privileged : true
116
+ cgroupns_mode : host
110
117
volumes :
111
118
- /sys/fs/cgroup:/sys/fs/cgroup:rw
112
119
command : /usr/sbin/init
113
120
- name : rhel-9
114
121
image : redhat/ubi9:9.1.0
115
122
dockerfile : ../common/Dockerfile.j2
116
123
privileged : true
124
+ cgroupns_mode : host
117
125
volumes :
118
126
- /sys/fs/cgroup:/sys/fs/cgroup:rw
119
127
command : /usr/sbin/init
120
128
- name : rockylinux-8
121
129
image : rockylinux:8
122
130
dockerfile : ../common/Dockerfile.j2
123
131
privileged : true
132
+ cgroupns_mode : host
124
133
volumes :
125
134
- /sys/fs/cgroup:/sys/fs/cgroup:rw
126
135
command : /usr/sbin/init
127
136
- name : rockylinux-9
128
137
image : rockylinux:9.0.20220720
129
138
dockerfile : ../common/Dockerfile.j2
130
139
privileged : true
140
+ cgroupns_mode : host
131
141
volumes :
132
142
- /sys/fs/cgroup:/sys/fs/cgroup:rw
133
143
command : /usr/sbin/init
@@ -142,20 +152,23 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
142
152
image : ubuntu:bionic
143
153
dockerfile : ../common/Dockerfile.j2
144
154
privileged : true
155
+ cgroupns_mode : host
145
156
volumes :
146
157
- /sys/fs/cgroup:/sys/fs/cgroup:rw
147
158
command : /sbin/init
148
159
- name : ubuntu-focal
149
160
image : ubuntu:focal
150
161
dockerfile : ../common/Dockerfile.j2
151
162
privileged : true
163
+ cgroupns_mode : host
152
164
volumes :
153
165
- /sys/fs/cgroup:/sys/fs/cgroup:rw
154
166
command : /sbin/init
155
167
- name : ubuntu-jammy
156
168
image : ubuntu:jammy
157
169
dockerfile : ../common/Dockerfile.j2
158
170
privileged : true
171
+ cgroupns_mode : host
159
172
volumes :
160
173
- /sys/fs/cgroup:/sys/fs/cgroup:rw
161
174
command : /sbin/init
0 commit comments