Add Debian and Fedora
This commit is contained in:
parent
7e31500c36
commit
c8fd17d52b
|
@ -8,16 +8,25 @@ lint: |
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: ubuntu-latest
|
- name: systemd-ubuntu-latest
|
||||||
image: jrei/systemd-ubuntu:latest
|
image: jrei/systemd-ubuntu:latest
|
||||||
command: /usr/sbin/init
|
command: /usr/sbin/init
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
- name: centos-latest
|
- name: systemd-centos-latest
|
||||||
image: centos/systemd:latest
|
image: centos/systemd:latest
|
||||||
command: /usr/sbin/init
|
command: /usr/sbin/init
|
||||||
privileged: true
|
privileged: true
|
||||||
|
- name: systemd-debian-latest
|
||||||
|
image: jrei/systemd-debian:latest
|
||||||
|
command: /usr/sbin/init
|
||||||
|
privileged: true
|
||||||
|
- name: systemd-fedora-latest
|
||||||
|
image: jrei/systemd-fedora:latest
|
||||||
|
command: /usr/sbin/init
|
||||||
|
privileged: true
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
verifier:
|
verifier:
|
||||||
|
|
Loading…
Reference in New Issue