@@ -17,95 +17,95 @@ lint: |
17
17
platforms :
18
18
- command : /lib/systemd/systemd
19
19
image : geerlingguy/docker-amazonlinux2-ansible:latest
20
- name : amazonlinux2-systemd-amd64
20
+ name : amazonlinux2-systemd
21
21
platform : amd64
22
22
pre_build_image : yes
23
23
privileged : yes
24
24
volumes :
25
25
- /sys/fs/cgroup:/sys/fs/cgroup:ro
26
26
- command : /lib/systemd/systemd
27
27
image : geerlingguy/docker-debian9-ansible:latest
28
- name : debian9-systemd-amd64
28
+ name : debian9-systemd
29
29
platform : amd64
30
30
pre_build_image : yes
31
31
privileged : yes
32
32
volumes :
33
33
- /sys/fs/cgroup:/sys/fs/cgroup:ro
34
34
- command : /lib/systemd/systemd
35
35
image : geerlingguy/docker-debian10-ansible:latest
36
- name : debian10-systemd-amd64
36
+ name : debian10-systemd
37
37
platform : amd64
38
38
pre_build_image : yes
39
39
privileged : yes
40
40
volumes :
41
41
- /sys/fs/cgroup:/sys/fs/cgroup:ro
42
42
- command : /lib/systemd/systemd
43
43
image : geerlingguy/docker-debian11-ansible:latest
44
- name : debian11-systemd-amd64
44
+ name : debian11-systemd
45
45
platform : amd64
46
46
pre_build_image : yes
47
47
privileged : yes
48
48
volumes :
49
49
- /sys/fs/cgroup:/sys/fs/cgroup:ro
50
50
- command : /lib/systemd/systemd
51
51
image : cisagov/docker-debian12-ansible:latest
52
- name : debian12-systemd-amd64
52
+ name : debian12-systemd
53
53
platform : amd64
54
54
pre_build_image : yes
55
55
privileged : yes
56
56
volumes :
57
57
- /sys/fs/cgroup:/sys/fs/cgroup:ro
58
58
- command : /lib/systemd/systemd
59
59
image : cisagov/docker-kali-ansible:latest
60
- name : kali-systemd-amd64
60
+ name : kali-systemd
61
61
platform : amd64
62
62
pre_build_image : yes
63
63
privileged : yes
64
64
volumes :
65
65
- /sys/fs/cgroup:/sys/fs/cgroup:ro
66
66
- command : /lib/systemd/systemd
67
67
image : geerlingguy/docker-fedora35-ansible:latest
68
- name : fedora35-systemd-amd64
68
+ name : fedora35-systemd
69
69
platform : amd64
70
70
pre_build_image : yes
71
71
privileged : yes
72
72
volumes :
73
73
- /sys/fs/cgroup:/sys/fs/cgroup:ro
74
74
- command : /lib/systemd/systemd
75
75
image : geerlingguy/docker-fedora36-ansible:latest
76
- name : fedora36-systemd-amd64
76
+ name : fedora36-systemd
77
77
platform : amd64
78
78
pre_build_image : yes
79
79
privileged : yes
80
80
volumes :
81
81
- /sys/fs/cgroup:/sys/fs/cgroup:ro
82
82
- command : /lib/systemd/systemd
83
83
image : geerlingguy/docker-fedora37-ansible:latest
84
- name : fedora37-systemd-amd64
84
+ name : fedora37-systemd
85
85
platform : amd64
86
86
pre_build_image : yes
87
87
privileged : yes
88
88
volumes :
89
89
- /sys/fs/cgroup:/sys/fs/cgroup:ro
90
90
- command : /lib/systemd/systemd
91
91
image : geerlingguy/docker-ubuntu1804-ansible:latest
92
- name : ubuntu-18-systemd-amd64
92
+ name : ubuntu-18-systemd
93
93
platform : amd64
94
94
pre_build_image : yes
95
95
privileged : yes
96
96
volumes :
97
97
- /sys/fs/cgroup:/sys/fs/cgroup:ro
98
98
- command : /lib/systemd/systemd
99
99
image : geerlingguy/docker-ubuntu2004-ansible:latest
100
- name : ubuntu-20-systemd-amd64
100
+ name : ubuntu-20-systemd
101
101
platform : amd64
102
102
pre_build_image : yes
103
103
privileged : yes
104
104
volumes :
105
105
- /sys/fs/cgroup:/sys/fs/cgroup:ro
106
106
- command : /lib/systemd/systemd
107
107
image : geerlingguy/docker-ubuntu2204-ansible:latest
108
- name : ubuntu-22-systemd-amd64
108
+ name : ubuntu-22-systemd
109
109
platform : amd64
110
110
pre_build_image : yes
111
111
privileged : yes
0 commit comments