File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -24,26 +24,26 @@ platforms:
24
24
- /sys/fs/cgroup:/sys/fs/cgroup:ro
25
25
privileged : yes
26
26
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
47
47
provisioner :
48
48
name : ansible
49
49
playbooks :
You can’t perform that action at this time.
0 commit comments