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