Add test support for debian buster

Signed-off-by: Hannes Rosenögger <123haynes@gmail.com>
This commit is contained in:
Hannes Rosenögger 2019-10-05 22:42:19 +02:00
parent d6deed26db
commit c86790c748
No known key found for this signature in database
GPG key ID: 6B8404A195ED06E7
4 changed files with 17 additions and 0 deletions

View file

@ -45,6 +45,9 @@ platforms:
- name: debian-9
driver_config:
box: bento/debian-9
- name: debian-10
driver_config:
box: bento/debian-10
- name: amazon
driver_config:
box: bento/amazonlinux-2

View file

@ -70,6 +70,14 @@ platforms:
provision_command:
- apt install -y systemd-sysv
- systemctl enable ssh.service
- name: debian10-ansible-latest
driver:
image: rndmh3ro/docker-debian10-ansible:latest
platform: debian
run_command: /sbin/init
provision_command:
- apt install -y systemd-sysv
- systemctl enable ssh.service
- name: amazon-ansible-latest
driver:
image: rndmh3ro/docker-amazon-ansible:latest

View file

@ -40,6 +40,11 @@ env:
init: /lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
- distro: debian10
version: latest
init: /lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
- distro: amazon
init: /lib/systemd/systemd
version: latest

View file

@ -17,6 +17,7 @@ galaxy_info:
- name: Debian
versions:
- stretch
- buster
- name: Amazon
- name: Fedora
galaxy_tags: