@@ -19,23 +19,21 @@ verifier:
1919 sudo : true
2020
2121platforms :
22- - name : ubuntu-14-04
22+ - name : amazonlinux-1
2323 driver :
24- image : ubuntu:14.04
25- - name : ubuntu-16-04
24+ image : dokken/amazonlinux
25+ pid_one_command : /sbin/init
26+ - name : amazonlinux-2
2627 driver :
27- image : ubuntu:16.04
28- intermediate_instructions :
29- - RUN /usr/bin/apt-get update
30- pid_one_command : /bin/systemd
28+ image : dokken/amazonlinux-2
29+ pid_one_command : /usr/lib/systemd/systemd
3130- name : centos-6
3231 driver :
33- image : centos:6
34- intermediate_instructions :
35- - RUN yum install -y initscripts
32+ image : dokken/centos-6
33+ pid_one_command : /sbin/init
3634- name : centos-7
3735 driver :
38- image : centos: 7
36+ image : dokken/ centos- 7
3937 pid_one_command : /usr/lib/systemd/systemd
4038- name : oracle-6
4139 driver :
@@ -44,47 +42,52 @@ platforms:
4442 driver :
4543 image : oraclelinux:7
4644 pid_one_command : /usr/lib/systemd/systemd
47- - name : debian-7
45+ - name : debian-8
4846 driver :
49- image : debian:7
47+ image : dokken/ debian-8
5048 intermediate_instructions :
5149 - RUN /usr/bin/apt-get update
52- - RUN /usr/ bin/apt-get install -y procps
53- - name : debian-8
50+ pid_one_command : / bin/systemd
51+ - name : debian-9
5452 driver :
55- image : debian:8
53+ image : dokken/ debian-9
5654 intermediate_instructions :
5755 - RUN /usr/bin/apt-get update
58- - RUN /usr/bin/apt-get install -y procps
5956 pid_one_command : /bin/systemd
60- - name : fedora-24
57+ - name : fedora-27
6158 driver :
62- image : fedora:24
59+ image : dokken/ fedora-27
6360 pid_one_command : /usr/lib/systemd/systemd
6461 intermediate_instructions :
6562 - RUN dnf install -y yum
66- - name : fedora-25
63+ - name : fedora-28
6764 driver :
68- image : fedora:25
65+ image : dokken/ fedora-28
6966 pid_one_command : /usr/lib/systemd/systemd
7067 intermediate_instructions :
7168 - RUN dnf install -y yum
7269- name : opensuse-42
7370 driver :
74- image : opensuse: leap
75- pid_one_command : /usr/lib/systemd /systemd
76- - name : amazonlinux-1
71+ image : dokken/ opensuse- leap
72+ pid_one_command : /bin /systemd
73+ - name : ubuntu-14-04
7774 driver :
78- image : amazonlinux:1
79- intermediate_instructions :
80- - RUN yum -y install upstart procps util-linux
75+ image : dokken/ubuntu-14.04
8176 pid_one_command : /sbin/init
82- - name : amazonlinux-2
77+ intermediate_instructions :
78+ - RUN /usr/bin/apt-get update
79+ - name : ubuntu-16-04
8380 driver :
84- image : amazonlinux:2
81+ image : dokken/ubuntu-16.04
82+ pid_one_command : /bin/systemd
8583 intermediate_instructions :
86- - RUN yum -y install systemd
87- pid_one_command : /usr/lib/systemd/systemd
84+ - RUN /usr/bin/apt-get update
85+ - name : ubuntu-18-04
86+ driver :
87+ image : dokken/ubuntu-18.04
88+ pid_one_command : /bin/systemd
89+ intermediate_instructions :
90+ - RUN /usr/bin/apt-get update
8891
8992suites :
9093- name : default
0 commit comments