Fetch images from ghcr.io

This commit is contained in:
Faustin Lammler 2022-12-15 12:56:12 +01:00
parent 63e261ea01
commit 343ec6ef8e
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
2 changed files with 4 additions and 4 deletions

View File

@ -3,14 +3,14 @@ driver:
name: podman
platforms:
- name: node1
image: "fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
image: "ghcr.io/fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
override_command: false
pre_build_image: true
network: local
- name: node2
image: "fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
image: "ghcr.io/fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
override_command: false
@ -19,7 +19,7 @@ platforms:
- replica
network: local
- name: node3
image: "fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
image: "ghcr.io/fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
override_command: false

View File

@ -3,7 +3,7 @@ driver:
name: podman
platforms:
- name: instance
image: "fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
image: "ghcr.io/fauust/docker-ansible:${MOLECULE_DISTRO:-debian-11}"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
override_command: false