feat(tests): change molecule base docker images to ednxzu/molecule to test stability
All checks were successful
test / Linting (push) Successful in 30s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m20s
test / Molecule tests (default, debian11) (push) Successful in 1m53s
test / Molecule tests (default, debian12) (push) Successful in 1m59s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m22s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m7s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m10s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m39s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m26s

This commit is contained in:
Bertrand Lanson 2024-02-23 21:07:26 +01:00
parent d90d9717c2
commit f445ef64e0
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ driver:
name: docker
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_TEST_OS}-ansible
image: ednxzu/molecule:${MOLECULE_TEST_OS}
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup

View File

@ -7,7 +7,7 @@ driver:
name: docker
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_TEST_OS}-ansible
image: ednxzu/molecule:${MOLECULE_TEST_OS}
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup