Skip to content

Commit

Permalink
Replace Molecule default driver by docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Mar 11, 2024
1 parent f2ceb67 commit c58036b
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion molecule/account/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/aphrodite/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/bashrc/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/cron/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/fast_yum_install/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/git/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/hosts/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/java/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/kdump/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/motd/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/netrc/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/qualys_fix/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/vault/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-errors: True
requirements-file: molecule/default/requirements.yml
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down

0 comments on commit c58036b

Please sign in to comment.