Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit dce3f06

Browse files
🤖 sync with cloudalchemy/skeleton (SHA: 4f56c046): molecule: use CI images from quay.io instead of dockerhub
1 parent 01c7772 commit dce3f06

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Deploy prometheus [pushgateway](https://github.com/prometheus/pushgateway) using
1212

1313
## Requirements
1414

15-
- Ansible >= 2.6 (It might work on previous versions, but we cannot guarantee it)
15+
- Ansible >= 2.7 (It might work on previous versions, but we cannot guarantee it)
1616

1717
## Role Variables
1818

molecule/alternative/molecule.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,45 @@ lint:
77
name: yamllint
88
platforms:
99
- name: bionic
10-
image: paulfantom/ubuntu-molecule:18.04
10+
image: quay.io/paulfantom/molecule-systemd:ubuntu-18.04
1111
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1212
privileged: true
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1515
- name: xenial
16-
image: paulfantom/ubuntu-molecule:16.04
16+
image: quay.io/paulfantom/molecule-systemd:ubuntu-16.04
1717
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1818
privileged: true
1919
volumes:
2020
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2121
- name: stretch
22-
image: paulfantom/debian-molecule:9
22+
image: quay.io/paulfantom/molecule-systemd:debian-9
2323
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
2424
privileged: true
2525
volumes:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2727
- name: buster
28-
image: paulfantom/debian-molecule:10
28+
image: quay.io/paulfantom/molecule-systemd:debian-10
2929
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3030
privileged: true
3131
volumes:
3232
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3333
- name: centos7
34-
image: paulfantom/centos-molecule:7
34+
image: quay.io/paulfantom/molecule-systemd:centos-7
3535
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3636
privileged: true
3737
volumes:
3838
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3939
- name: centos8
40-
image: paulfantom/centos-molecule:8
40+
image: quay.io/paulfantom/molecule-systemd:centos-8
4141
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
4242
privileged: true
4343
volumes:
4444
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4545
groups:
4646
- python3
4747
- name: fedora
48-
image: paulfantom/fedora-molecule:30
48+
image: quay.io/paulfantom/molecule-systemd:fedora-30
4949
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
5050
privileged: true
5151
volumes:

molecule/default/molecule.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,45 @@ lint:
77
name: yamllint
88
platforms:
99
- name: bionic
10-
image: paulfantom/ubuntu-molecule:18.04
10+
image: quay.io/paulfantom/molecule-systemd:ubuntu-18.04
1111
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1212
privileged: true
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1515
- name: xenial
16-
image: paulfantom/ubuntu-molecule:16.04
16+
image: quay.io/paulfantom/molecule-systemd:ubuntu-16.04
1717
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1818
privileged: true
1919
volumes:
2020
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2121
- name: stretch
22-
image: paulfantom/debian-molecule:9
22+
image: quay.io/paulfantom/molecule-systemd:debian-9
2323
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
2424
privileged: true
2525
volumes:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2727
- name: buster
28-
image: paulfantom/debian-molecule:10
28+
image: quay.io/paulfantom/molecule-systemd:debian-10
2929
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3030
privileged: true
3131
volumes:
3232
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3333
- name: centos7
34-
image: paulfantom/centos-molecule:7
34+
image: quay.io/paulfantom/molecule-systemd:centos-7
3535
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3636
privileged: true
3737
volumes:
3838
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3939
- name: centos8
40-
image: paulfantom/centos-molecule:8
40+
image: quay.io/paulfantom/molecule-systemd:centos-8
4141
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
4242
privileged: true
4343
volumes:
4444
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4545
groups:
4646
- python3
4747
- name: fedora
48-
image: paulfantom/fedora-molecule:30
48+
image: quay.io/paulfantom/molecule-systemd:fedora-30
4949
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
5050
privileged: true
5151
volumes:

0 commit comments

Comments
 (0)