Skip to content

Commit a9f19a0

Browse files
author
Sebastian Gumprich
committed
switch to ghcr images
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
1 parent e3273a8 commit a9f19a0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

molecule/mysql_hardening/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ driver:
88
name: docker
99
platforms:
1010
- name: instance
11-
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
11+
image: "ghcr.io/dev-sec/docker-${MOLECULE_DISTRO}-ansible:latest"
1212
command: ${MOLECULE_DOCKER_COMMAND:-/lib/systemd/systemd}
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/nginx_hardening/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ driver:
77
name: docker
88
platforms:
99
- name: instance
10-
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
10+
image: "ghcr.io/dev-sec/docker-${MOLECULE_DISTRO}-ansible:latest"
1111
command: ${MOLECULE_DOCKER_COMMAND:-/lib/systemd/systemd}
1212
volumes:
1313
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/os_hardening/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
driver:
33
name: docker
44
platforms:
5-
- name: instance
6-
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
5+
- name: instance-${MOLECULE_DISTRO}
6+
image: "ghcr.io/dev-sec/docker-${MOLECULE_DISTRO}-ansible:latest"
77
command: ${MOLECULE_DOCKER_COMMAND:-/lib/systemd/systemd}
88
volumes:
99
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/ssh_hardening/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ driver:
33
name: docker
44
platforms:
55
- name: instance
6-
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
6+
image: "ghcr.io/dev-sec/docker-${MOLECULE_DISTRO}-ansible:latest"
77
command: ${MOLECULE_DOCKER_COMMAND:-/lib/systemd/systemd}
88
volumes:
99
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/ssh_hardening_custom_tests/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ driver:
33
name: docker
44
platforms:
55
- name: instance
6-
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
6+
image: "ghcr.io/dev-sec/docker-${MOLECULE_DISTRO}-ansible:latest"
77
command: ${MOLECULE_DOCKER_COMMAND:-/lib/systemd/systemd}
88
volumes:
99
- /sys/fs/cgroup:/sys/fs/cgroup:rw

0 commit comments

Comments
 (0)