This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ platforms:
40
40
- name : debian-9
41
41
driver_config :
42
42
box : bento/debian-9
43
+ - name : debian-10
44
+ driver_config :
45
+ box : bento/debian-10
43
46
- name : amazon
44
47
driver_config :
45
48
box : bento/amazonlinux-2
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ platforms:
59
59
provision_command :
60
60
- apt install -y systemd-sysv
61
61
- systemctl enable ssh.service
62
+ - name : debian10-ansible-latest
63
+ driver :
64
+ image : rndmh3ro/docker-debian10-ansible:latest
65
+ platform : debian
66
+ run_command : /sbin/init
67
+ provision_command :
68
+ - apt install -y systemd-sysv
69
+ - systemctl enable ssh.service
62
70
- name : amazon-ansible-latest
63
71
driver :
64
72
image : rndmh3ro/docker-amazon-ansible:latest
Original file line number Diff line number Diff line change 38
38
# init: /lib/systemd/systemd
39
39
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
40
40
41
+ - distro : debian10
42
+ version : latest
43
+ init : /lib/systemd/systemd
44
+ run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
45
+
41
46
- distro : amazon
42
47
init : /lib/systemd/systemd
43
48
version : latest
You can’t perform that action at this time.
0 commit comments