File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -24,26 +24,26 @@ platforms:
2424 - /sys/fs/cgroup:/sys/fs/cgroup:ro
2525 privileged : yes
2626 pre_build_image : yes
27- # - name: Ubuntu16
28- # image: monolithprojects/systemd-ubuntu16:latest
29- # command: /sbin/init
30- # tmpfs:
31- # - /run
32- # - /tmp
33- # volumes:
34- # - /sys/fs/cgroup:/sys/fs/cgroup:ro
35- # privileged: yes
36- # pre_build_image: yes
37- # - name: Ubuntu18
38- # image: monolithprojects/systemd-ubuntu18:latest
39- # command: /sbin/init
40- # tmpfs:
41- # - /run
42- # - /tmp
43- # volumes:
44- # - /sys/fs/cgroup:/sys/fs/cgroup:ro
45- # privileged: yes
46- # pre_build_image: yes
27+ - name : Ubuntu16
28+ image : monolithprojects/systemd-ubuntu16:latest
29+ command : /sbin/init
30+ tmpfs :
31+ - /run
32+ - /tmp
33+ volumes :
34+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
35+ privileged : yes
36+ pre_build_image : yes
37+ - name : Ubuntu18
38+ image : monolithprojects/systemd-ubuntu18:latest
39+ command : /sbin/init
40+ tmpfs :
41+ - /run
42+ - /tmp
43+ volumes :
44+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
45+ privileged : yes
46+ pre_build_image : yes
4747provisioner :
4848 name : ansible
4949 playbooks :
You can’t perform that action at this time.
0 commit comments