|
7 | 7 | name: yamllint |
8 | 8 | platforms: |
9 | 9 | - name: bionic |
10 | | - image: paulfantom/ubuntu-molecule:18.04 |
| 10 | + image: quay.io/paulfantom/molecule-systemd:ubuntu-18.04 |
11 | 11 | docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" |
12 | 12 | privileged: true |
13 | 13 | volumes: |
14 | 14 | - /sys/fs/cgroup:/sys/fs/cgroup:ro |
15 | 15 | - name: xenial |
16 | | - image: paulfantom/ubuntu-molecule:16.04 |
| 16 | + image: quay.io/paulfantom/molecule-systemd:ubuntu-16.04 |
17 | 17 | docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" |
18 | 18 | privileged: true |
19 | 19 | volumes: |
20 | 20 | - /sys/fs/cgroup:/sys/fs/cgroup:ro |
21 | 21 | - name: stretch |
22 | | - image: paulfantom/debian-molecule:9 |
| 22 | + image: quay.io/paulfantom/molecule-systemd:debian-9 |
23 | 23 | docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" |
24 | 24 | privileged: true |
25 | 25 | volumes: |
26 | 26 | - /sys/fs/cgroup:/sys/fs/cgroup:ro |
27 | 27 | - name: buster |
28 | | - image: paulfantom/debian-molecule:10 |
| 28 | + image: quay.io/paulfantom/molecule-systemd:debian-10 |
29 | 29 | docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" |
30 | 30 | privileged: true |
31 | 31 | volumes: |
32 | 32 | - /sys/fs/cgroup:/sys/fs/cgroup:ro |
33 | 33 | - name: centos7 |
34 | | - image: paulfantom/centos-molecule:7 |
| 34 | + image: quay.io/paulfantom/molecule-systemd:centos-7 |
35 | 35 | docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" |
36 | 36 | privileged: true |
37 | 37 | volumes: |
38 | 38 | - /sys/fs/cgroup:/sys/fs/cgroup:ro |
39 | 39 | - name: centos8 |
40 | | - image: paulfantom/centos-molecule:8 |
| 40 | + image: quay.io/paulfantom/molecule-systemd:centos-8 |
41 | 41 | docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" |
42 | 42 | privileged: true |
43 | 43 | volumes: |
44 | 44 | - /sys/fs/cgroup:/sys/fs/cgroup:ro |
45 | 45 | groups: |
46 | 46 | - python3 |
47 | 47 | - name: fedora |
48 | | - image: paulfantom/fedora-molecule:30 |
| 48 | + image: quay.io/paulfantom/molecule-systemd:fedora-30 |
49 | 49 | docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" |
50 | 50 | privileged: true |
51 | 51 | volumes: |
|
0 commit comments