3
3
name : dokken
4
4
chef_license : accept
5
5
privileged : true
6
+ cgroupns_host : true
7
+ volumes :
8
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
6
9
7
10
transport :
8
11
name : dokken
@@ -22,43 +25,31 @@ platforms:
22
25
driver :
23
26
image : dokken/amazonlinux-2
24
27
pid_one_command : /usr/lib/systemd/systemd
25
- volumes :
26
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
27
28
28
29
- name : centos-7
29
30
driver :
30
31
image : dokken/centos-7
31
32
pid_one_command : /usr/lib/systemd/systemd
32
- volumes :
33
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
34
33
35
34
- name : centos-8
36
35
driver :
37
36
image : dokken/centos-8
38
37
pid_one_command : /usr/lib/systemd/systemd
39
- volumes :
40
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
41
38
42
39
- name : centos-9
43
40
driver :
44
41
image : dokken/centos-stream-9
45
42
pid_one_command : /usr/lib/systemd/systemd
46
- volumes :
47
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
48
43
49
44
- name : rockylinux-8
50
45
driver :
51
46
image : dokken/rockylinux-8
52
47
pid_one_command : /usr/lib/systemd/systemd
53
- volumes :
54
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
55
48
56
49
- name : rockylinux-9
57
50
driver :
58
51
image : dokken/rockylinux-9
59
52
pid_one_command : /usr/lib/systemd/systemd
60
- volumes :
61
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
62
53
63
54
- name : debian-9
64
55
driver :
@@ -67,29 +58,21 @@ platforms:
67
58
RUN sed -i 's|http://.*.debian.org|http://archive.debian.org|' /etc/apt/sources.list
68
59
RUN sed -i '/stretch-updates/d' /etc/apt/sources.list
69
60
pid_one_command : /bin/systemd
70
- volumes :
71
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
72
61
73
62
- name : debian-10
74
63
driver :
75
64
image : dokken/debian-10
76
65
pid_one_command : /bin/systemd
77
- volumes :
78
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
79
66
80
67
- name : debian-11
81
68
driver :
82
69
image : dokken/debian-11
83
70
pid_one_command : /bin/systemd
84
- volumes :
85
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
86
71
87
72
- name : debian-12
88
73
driver :
89
74
image : dokken/debian-12
90
75
pid_one_command : /bin/systemd
91
- volumes :
92
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
93
76
94
77
- name : opensuse-12
95
78
driver :
@@ -109,50 +92,36 @@ platforms:
109
92
rm -f /usr/lib/systemd/system/anaconda.target.wants/*;
110
93
ENV init /sbin/init
111
94
pid_one_command : /sbin/init
112
- volumes :
113
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
114
95
115
96
- name : opensuse-15
116
97
driver :
117
98
image : dokken/opensuse-leap-15
118
99
pid_one_command : /usr/lib/systemd/systemd
119
- volumes :
120
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
121
100
122
101
- name : oraclelinux-7
123
102
driver :
124
103
image : dokken/oraclelinux-7
125
104
pid_one_command : /usr/lib/systemd/systemd
126
- volumes :
127
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
128
105
129
106
- name : oraclelinux-8
130
107
driver :
131
108
image : dokken/oraclelinux-8
132
109
pid_one_command : /usr/lib/systemd/systemd
133
- volumes :
134
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
135
110
136
111
- name : ubuntu-18.04
137
112
driver :
138
113
image : dokken/ubuntu-18.04
139
114
pid_one_command : /bin/systemd
140
- volumes :
141
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
142
115
143
116
- name : ubuntu-20.04
144
117
driver :
145
118
image : dokken/ubuntu-20.04
146
119
pid_one_command : /bin/systemd
147
- volumes :
148
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
149
120
150
121
- name : ubuntu-22.04
151
122
driver :
152
123
image : dokken/ubuntu-22.04
153
124
pid_one_command : /bin/systemd
154
- volumes :
155
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
156
125
157
126
suites :
158
127
- name : default
0 commit comments