Testing updates

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2019-12-12 21:26:10 -08:00
parent 38af4293d9
commit 30776589d5
4 changed files with 37 additions and 37 deletions

View File

@@ -20,6 +20,11 @@ platforms:
image: dokken/amazonlinux
pid_one_command: /sbin/init
- name: amazonlinux-2
driver:
image: dokken/amazonlinux-2
pid_one_command: /usr/lib/systemd/systemd
- name: debian-9
driver:
image: dokken/debian-9
@@ -37,13 +42,16 @@ platforms:
- name: centos-6
driver:
image: dokken/centos-6
platform: rhel
pid_one_command: /sbin/init
- name: centos-7
driver:
image: dokken/centos-7
platform: rhel
pid_one_command: /usr/lib/systemd/systemd
- name: centos-8
driver:
image: dokken/centos-8
pid_one_command: /usr/lib/systemd/systemd
- name: fedora-latest
@@ -51,13 +59,6 @@ platforms:
image: dokken/fedora-latest
pid_one_command: /usr/lib/systemd/systemd
- name: ubuntu-14.04
driver:
image: dokken/ubuntu-14.04
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-16.04
driver:
image: dokken/ubuntu-16.04
@@ -65,7 +66,14 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: opensuse-leap
- name: ubuntu-18.04
driver:
image: dokken/opensuse-leap
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15
pid_one_command: /bin/systemd