Skip to content

Commit

Permalink
molecule debian11 => 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed May 4, 2024
1 parent cf5570a commit 22e0f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -t mantest - < ./Dockerfile.j2
# docker run -it --privileged --name mantest mantest:latest /sbin/init --tmpfs /tmp --tmpfs /run --tmpfs /run/lock

FROM debian:11-slim
FROM debian:12-slim

ENV container docker
ENV LC_ALL C
Expand Down
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ platforms:
# docker config
docker_host: 'tcp://molecule-docker.local:2375'
purge_networks: true
image: 'debian:11-slim'
dockerfile: 'Dockerfile_debian11_systemd.j2'
image: 'debian:12-slim'
dockerfile: 'Dockerfile_debian12_systemd.j2'
build_image: yes
tmpfs: ['/tmp', '/run', '/run/lock']
privileged: true
Expand All @@ -35,8 +35,8 @@ platforms:
# docker config
docker_host: 'tcp://molecule-docker.local:2375'
purge_networks: true
image: 'debian:11-slim'
dockerfile: 'Dockerfile_debian11_systemd.j2'
image: 'debian:12-slim'
dockerfile: 'Dockerfile_debian12_systemd.j2'
build_image: yes
tmpfs: ['/tmp', '/run', '/run/lock']
privileged: true
Expand Down

0 comments on commit 22e0f28

Please sign in to comment.