Skip to content

Commit

Permalink
Merge pull request #176 from cisagov/improvement/use_full_image_source
Browse files Browse the repository at this point in the history
Use the full path for source Docker images
  • Loading branch information
mcdonnnj authored Mar 27, 2024
2 parents 13a4fb2 + 0f82722 commit d7a47a7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ driver:
platforms:
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-amazonlinux2023-ansible:latest
image: docker.io/geerlingguy/docker-amazonlinux2023-ansible:latest
name: amazonlinux2023-systemd
platform: amd64
pre_build_image: true
Expand All @@ -15,7 +15,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-debian10-ansible:latest
image: docker.io/geerlingguy/docker-debian10-ansible:latest
name: debian10-systemd
platform: amd64
pre_build_image: true
Expand All @@ -24,7 +24,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-debian11-ansible:latest
image: docker.io/geerlingguy/docker-debian11-ansible:latest
name: debian11-systemd
platform: amd64
pre_build_image: true
Expand All @@ -33,7 +33,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-debian12-ansible:latest
image: docker.io/cisagov/docker-debian12-ansible:latest
name: debian12-systemd
platform: amd64
pre_build_image: true
Expand All @@ -42,7 +42,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-kali-ansible:latest
image: docker.io/cisagov/docker-kali-ansible:latest
name: kali-systemd
platform: amd64
pre_build_image: true
Expand All @@ -51,7 +51,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-fedora37-ansible:latest
image: docker.io/geerlingguy/docker-fedora37-ansible:latest
name: fedora37-systemd
platform: amd64
pre_build_image: true
Expand All @@ -60,7 +60,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-fedora38-ansible:latest
image: docker.io/geerlingguy/docker-fedora38-ansible:latest
name: fedora38-systemd
platform: amd64
pre_build_image: true
Expand All @@ -69,7 +69,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-ubuntu2004-ansible:latest
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
name: ubuntu-20-systemd
platform: amd64
pre_build_image: true
Expand All @@ -78,7 +78,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: geerlingguy/docker-ubuntu2204-ansible:latest
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
name: ubuntu-22-systemd
platform: amd64
pre_build_image: true
Expand Down

0 comments on commit d7a47a7

Please sign in to comment.