refactor: use molecule containers from ghcr to avoid rate limit

fixes: #446
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2024-10-31 16:16:39 +00:00
parent 12d2d4ddad
commit 053e38cde4
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

@ -6,37 +6,37 @@ driver:
name: docker
platforms:
- name: almalinux-8
image: dokken/almalinux-8
image: ghcr.io/test-kitchen/dokken/almalinux-8
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
- name: almalinux-9
image: dokken/almalinux-9
image: ghcr.io/test-kitchen/dokken/almalinux-9
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
- name: debian-11
image: dokken/debian-11
image: ghcr.io/test-kitchen/dokken/debian-11
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
- name: ubuntu-20.04
image: dokken/ubuntu-20.04
image: ghcr.io/test-kitchen/dokken/ubuntu-20.04
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
- name: ubuntu-22.04
image: dokken/ubuntu-22.04
image: ghcr.io/test-kitchen/dokken/ubuntu-22.04
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
- name: ubuntu-24.04
image: dokken/ubuntu-24.04
image: ghcr.io/test-kitchen/dokken/ubuntu-24.04
pre_build_image: true
privileged: true
cgroup_parent: docker.slice