Testing updates

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2019-12-12 16:33:07 -08:00
parent 4a17dd96aa
commit 99b366e384
5 changed files with 9 additions and 14 deletions

View File

@@ -20,16 +20,16 @@ platforms:
image: dokken/amazonlinux
pid_one_command: /sbin/init
- name: debian-8
- name: debian-9
driver:
image: dokken/debian-8
image: dokken/debian-9
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: debian-9
- name: debian-10
driver:
image: dokken/debian-9
image: dokken/debian-10
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update