2019-08-03 12:53:21 +02:00
|
|
|
---
|
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
lint:
|
|
|
|
name: yamllint
|
|
|
|
platforms:
|
2019-11-24 02:10:55 +01:00
|
|
|
- name: alpine-3.8
|
|
|
|
image: alpine:3.8
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
|
|
|
command: "/sbin/init"
|
|
|
|
- name: alpine-3.9
|
|
|
|
image: alpine:3.9
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
|
|
|
command: "/sbin/init"
|
|
|
|
- name: alpine-3.10
|
|
|
|
image: alpine:3.10
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
|
|
|
command: "/sbin/init"
|
2019-08-03 12:53:21 +02:00
|
|
|
- name: centos-6
|
|
|
|
image: centos:6
|
2019-11-21 19:53:30 +01:00
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
- name: centos-7
|
2019-11-21 19:53:30 +01:00
|
|
|
image: centos:7
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
privileged: True
|
2019-11-21 19:53:30 +01:00
|
|
|
volumes:
|
2019-08-03 12:53:21 +02:00
|
|
|
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
|
|
|
|
command: "/usr/sbin/init"
|
2019-11-21 19:53:30 +01:00
|
|
|
tty: True
|
2019-08-03 12:53:21 +02:00
|
|
|
- name: debian-stretch
|
2019-11-21 19:53:30 +01:00
|
|
|
image: debian:stretch-slim
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-07 22:16:27 +02:00
|
|
|
- name: debian-buster
|
2019-11-21 19:53:30 +01:00
|
|
|
image: debian:buster-slim
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
- name: ubuntu-xenial
|
|
|
|
image: ubuntu:xenial
|
2019-11-21 19:53:30 +01:00
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
- name: ubuntu-bionic
|
|
|
|
image: ubuntu:bionic
|
2019-11-21 19:53:30 +01:00
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
lint:
|
|
|
|
name: ansible-lint
|