molecule debian11 => 12

This commit is contained in:
AnsibleGuy 2024-05-04 14:37:25 +02:00
parent cf5570a31d
commit 22e0f28c18
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# docker build -t mantest - < ./Dockerfile.j2 # docker build -t mantest - < ./Dockerfile.j2
# docker run -it --privileged --name mantest mantest:latest /sbin/init --tmpfs /tmp --tmpfs /run --tmpfs /run/lock # 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 container docker
ENV LC_ALL C ENV LC_ALL C

View File

@ -19,8 +19,8 @@ platforms:
# docker config # docker config
docker_host: 'tcp://molecule-docker.local:2375' docker_host: 'tcp://molecule-docker.local:2375'
purge_networks: true purge_networks: true
image: 'debian:11-slim' image: 'debian:12-slim'
dockerfile: 'Dockerfile_debian11_systemd.j2' dockerfile: 'Dockerfile_debian12_systemd.j2'
build_image: yes build_image: yes
tmpfs: ['/tmp', '/run', '/run/lock'] tmpfs: ['/tmp', '/run', '/run/lock']
privileged: true privileged: true
@ -35,8 +35,8 @@ platforms:
# docker config # docker config
docker_host: 'tcp://molecule-docker.local:2375' docker_host: 'tcp://molecule-docker.local:2375'
purge_networks: true purge_networks: true
image: 'debian:11-slim' image: 'debian:12-slim'
dockerfile: 'Dockerfile_debian11_systemd.j2' dockerfile: 'Dockerfile_debian12_systemd.j2'
build_image: yes build_image: yes
tmpfs: ['/tmp', '/run', '/run/lock'] tmpfs: ['/tmp', '/run', '/run/lock']
privileged: true privileged: true