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:
4040- name : debian-9
4141 driver_config :
4242 box : bento/debian-9
43+ - name : debian-10
44+ driver_config :
45+ box : bento/debian-10
4346- name : amazon
4447 driver_config :
4548 box : bento/amazonlinux-2
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ platforms:
5959 provision_command :
6060 - apt install -y systemd-sysv
6161 - 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
6270- name : amazon-ansible-latest
6371 driver :
6472 image : rndmh3ro/docker-amazon-ansible:latest
Original file line number Diff line number Diff line change 3838# init: /lib/systemd/systemd
3939# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
4040
41+ - distro : debian10
42+ version : latest
43+ init : /lib/systemd/systemd
44+ run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
45+
4146 - distro : amazon
4247 init : /lib/systemd/systemd
4348 version : latest
You can’t perform that action at this time.
0 commit comments