Skip to content

Commit

Permalink
feat(tests): change molecule base docker images to ednxzu/molecule to…
Browse files Browse the repository at this point in the history
… test stability
  • Loading branch information
ednxzu committed Feb 23, 2024
1 parent d90d971 commit f445ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion molecule/with_tls_enabled/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f445ef6

Please sign in to comment.