@@ -4,7 +4,8 @@ dependency:
4
4
driver :
5
5
name : docker
6
6
platforms :
7
- - cgroupns_mode : host
7
+ - &common_amd64_platform_config
8
+ cgroupns_mode : host
8
9
command : /lib/systemd/systemd
9
10
image : docker.io/geerlingguy/docker-amazonlinux2023-ansible:latest
10
11
name : amazonlinux2023-systemd-amd64
@@ -13,195 +14,92 @@ platforms:
13
14
privileged : true
14
15
volumes :
15
16
- /sys/fs/cgroup:/sys/fs/cgroup:rw
16
- - cgroupns_mode : host
17
- command : /lib/systemd/systemd
18
- image : docker.io/geerlingguy/docker-amazonlinux2023-ansible:latest
17
+
18
+ - &common_arm64_platform_config
19
+ << : *common_amd64_platform_config
19
20
name : amazonlinux2023-systemd-arm64
20
21
platform : arm64
21
- pre_build_image : true
22
- privileged : true
23
- volumes :
24
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
25
- - cgroupns_mode : host
26
- command : /lib/systemd/systemd
22
+
23
+ - << : *common_amd64_platform_config
27
24
image : docker.io/geerlingguy/docker-debian10-ansible:latest
28
25
name : debian10-systemd-amd64
29
- platform : amd64
30
- pre_build_image : true
31
- privileged : true
32
- volumes :
33
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
34
- - cgroupns_mode : host
35
- command : /lib/systemd/systemd
26
+
27
+ - << : *common_arm64_platform_config
36
28
image : docker.io/geerlingguy/docker-debian10-ansible:latest
37
29
name : debian10-systemd-arm64
38
- platform : arm64
39
- pre_build_image : true
40
- privileged : true
41
- volumes :
42
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
43
- - cgroupns_mode : host
44
- command : /lib/systemd/systemd
30
+
31
+ - << : *common_amd64_platform_config
45
32
image : docker.io/geerlingguy/docker-debian11-ansible:latest
46
33
name : debian11-systemd-amd64
47
- platform : amd64
48
- pre_build_image : true
49
- privileged : true
50
- volumes :
51
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
52
- - cgroupns_mode : host
53
- command : /lib/systemd/systemd
34
+
35
+ - << : *common_arm64_platform_config
54
36
image : docker.io/geerlingguy/docker-debian11-ansible:latest
55
37
name : debian11-systemd-arm64
56
- platform : arm64
57
- pre_build_image : true
58
- privileged : true
59
- volumes :
60
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
61
- - cgroupns_mode : host
62
- command : /lib/systemd/systemd
38
+
39
+ - << : *common_amd64_platform_config
63
40
image : docker.io/geerlingguy/docker-debian12-ansible:latest
64
41
name : debian12-systemd-amd64
65
- platform : amd64
66
- pre_build_image : true
67
- privileged : true
68
- volumes :
69
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
70
- - cgroupns_mode : host
71
- command : /lib/systemd/systemd
42
+
43
+ - << : *common_arm64_platform_config
72
44
image : docker.io/geerlingguy/docker-debian12-ansible:latest
73
45
name : debian12-systemd-arm64
74
- platform : arm64
75
- pre_build_image : true
76
- privileged : true
77
- volumes :
78
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
79
- - cgroupns_mode : host
80
- command : /lib/systemd/systemd
46
+
47
+ - << : *common_amd64_platform_config
81
48
image : docker.io/geerlingguy/docker-debian13-ansible:latest
82
49
name : debian13-systemd-amd64
83
- platform : amd64
84
- pre_build_image : true
85
- privileged : true
86
- volumes :
87
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
88
- - cgroupns_mode : host
89
- command : /lib/systemd/systemd
50
+
51
+ - << : *common_arm64_platform_config
90
52
image : docker.io/geerlingguy/docker-debian13-ansible:latest
91
53
name : debian13-systemd-arm64
92
- platform : arm64
93
- pre_build_image : true
94
- privileged : true
95
- volumes :
96
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
97
- - cgroupns_mode : host
98
- command : /lib/systemd/systemd
54
+
55
+ - << : *common_amd64_platform_config
99
56
image : docker.io/cisagov/docker-debian14-ansible:latest
100
57
name : debian14-systemd-amd64
101
- platform : amd64
102
- pre_build_image : true
103
- privileged : true
104
- volumes :
105
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
106
- - cgroupns_mode : host
107
- command : /lib/systemd/systemd
58
+
59
+ - << : *common_arm64_platform_config
108
60
image : docker.io/cisagov/docker-debian14-ansible:latest
109
61
name : debian14-systemd-arm64
110
- platform : arm64
111
- pre_build_image : true
112
- privileged : true
113
- volumes :
114
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
115
- - cgroupns_mode : host
116
- command : /lib/systemd/systemd
62
+
63
+ - << : *common_amd64_platform_config
117
64
image : docker.io/cisagov/docker-kali-ansible:latest
118
65
name : kali-systemd-amd64
119
- platform : amd64
120
- pre_build_image : true
121
- privileged : true
122
- volumes :
123
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
124
- - cgroupns_mode : host
125
- command : /lib/systemd/systemd
66
+
67
+ - << : *common_arm64_platform_config
126
68
image : docker.io/cisagov/docker-kali-ansible:latest
127
69
name : kali-systemd-arm64
128
- platform : arm64
129
- pre_build_image : true
130
- privileged : true
131
- volumes :
132
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
133
- - cgroupns_mode : host
134
- command : /lib/systemd/systemd
70
+
71
+ - << : *common_amd64_platform_config
135
72
image : docker.io/geerlingguy/docker-fedora41-ansible:latest
136
73
name : fedora41-systemd-amd64
137
- platform : amd64
138
- pre_build_image : true
139
- privileged : true
140
- volumes :
141
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
142
- - cgroupns_mode : host
143
- command : /lib/systemd/systemd
74
+
75
+ - << : *common_arm64_platform_config
144
76
image : docker.io/geerlingguy/docker-fedora41-ansible:latest
145
77
name : fedora41-systemd-arm64
146
- platform : arm64
147
- pre_build_image : true
148
- privileged : true
149
- volumes :
150
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
151
- - cgroupns_mode : host
152
- command : /lib/systemd/systemd
78
+
79
+ - << : *common_amd64_platform_config
153
80
image : docker.io/geerlingguy/docker-fedora42-ansible:latest
154
81
name : fedora42-systemd-amd64
155
- platform : amd64
156
- pre_build_image : true
157
- privileged : true
158
- volumes :
159
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
160
- - cgroupns_mode : host
161
- command : /lib/systemd/systemd
82
+
83
+ - << : *common_arm64_platform_config
162
84
image : docker.io/geerlingguy/docker-fedora42-ansible:latest
163
85
name : fedora42-systemd-arm64
164
- platform : arm64
165
- pre_build_image : true
166
- privileged : true
167
- volumes :
168
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
169
- - cgroupns_mode : host
170
- command : /lib/systemd/systemd
86
+
87
+ - << : *common_amd64_platform_config
171
88
image : docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
172
89
name : ubuntu-22-systemd-amd64
173
- platform : amd64
174
- pre_build_image : true
175
- privileged : true
176
- volumes :
177
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
178
- - cgroupns_mode : host
179
- command : /lib/systemd/systemd
90
+
91
+ - << : *common_arm64_platform_config
180
92
image : docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
181
93
name : ubuntu-22-systemd-arm64
182
- platform : arm64
183
- pre_build_image : true
184
- privileged : true
185
- volumes :
186
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
187
- - cgroupns_mode : host
188
- command : /lib/systemd/systemd
94
+
95
+ - << : *common_amd64_platform_config
189
96
image : docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
190
97
name : ubuntu-24-systemd-amd64
191
- platform : amd64
192
- pre_build_image : true
193
- privileged : true
194
- volumes :
195
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
196
- - cgroupns_mode : host
197
- command : /lib/systemd/systemd
98
+
99
+ - << : *common_arm64_platform_config
198
100
image : docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
199
101
name : ubuntu-24-systemd-arm64
200
- platform : arm64
201
- pre_build_image : true
202
- privileged : true
203
- volumes :
204
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
102
+
205
103
provisioner :
206
104
name : ansible
207
105
config_options :
0 commit comments