molecule debian11 => 12
This commit is contained in:
parent
cf5570a31d
commit
22e0f28c18
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue