mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-27 14:21:29 +00:00
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:
parent
12d2d4ddad
commit
053e38cde4
1 changed files with 6 additions and 6 deletions
|
@ -6,37 +6,37 @@ driver:
|
||||||
name: docker
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: almalinux-8
|
- name: almalinux-8
|
||||||
image: dokken/almalinux-8
|
image: ghcr.io/test-kitchen/dokken/almalinux-8
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
privileged: true
|
privileged: true
|
||||||
cgroup_parent: docker.slice
|
cgroup_parent: docker.slice
|
||||||
command: /lib/systemd/systemd
|
command: /lib/systemd/systemd
|
||||||
- name: almalinux-9
|
- name: almalinux-9
|
||||||
image: dokken/almalinux-9
|
image: ghcr.io/test-kitchen/dokken/almalinux-9
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
privileged: true
|
privileged: true
|
||||||
cgroup_parent: docker.slice
|
cgroup_parent: docker.slice
|
||||||
command: /lib/systemd/systemd
|
command: /lib/systemd/systemd
|
||||||
- name: debian-11
|
- name: debian-11
|
||||||
image: dokken/debian-11
|
image: ghcr.io/test-kitchen/dokken/debian-11
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
privileged: true
|
privileged: true
|
||||||
cgroup_parent: docker.slice
|
cgroup_parent: docker.slice
|
||||||
command: /lib/systemd/systemd
|
command: /lib/systemd/systemd
|
||||||
- name: ubuntu-20.04
|
- name: ubuntu-20.04
|
||||||
image: dokken/ubuntu-20.04
|
image: ghcr.io/test-kitchen/dokken/ubuntu-20.04
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
privileged: true
|
privileged: true
|
||||||
cgroup_parent: docker.slice
|
cgroup_parent: docker.slice
|
||||||
command: /lib/systemd/systemd
|
command: /lib/systemd/systemd
|
||||||
- name: ubuntu-22.04
|
- name: ubuntu-22.04
|
||||||
image: dokken/ubuntu-22.04
|
image: ghcr.io/test-kitchen/dokken/ubuntu-22.04
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
privileged: true
|
privileged: true
|
||||||
cgroup_parent: docker.slice
|
cgroup_parent: docker.slice
|
||||||
command: /lib/systemd/systemd
|
command: /lib/systemd/systemd
|
||||||
- name: ubuntu-24.04
|
- name: ubuntu-24.04
|
||||||
image: dokken/ubuntu-24.04
|
image: ghcr.io/test-kitchen/dokken/ubuntu-24.04
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
privileged: true
|
privileged: true
|
||||||
cgroup_parent: docker.slice
|
cgroup_parent: docker.slice
|
||||||
|
|
Loading…
Reference in a new issue