feat: add debian12 image for molecule
This commit is contained in:
parent
b23294bc4e
commit
f21faef710
1 changed files with 19 additions and 0 deletions
19
molecule/debian12
Normal file
19
molecule/debian12
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
FROM debian:bookworm
|
||||||
|
MAINTAINER Adrien Waksberg "docker@yae.im"
|
||||||
|
|
||||||
|
RUN apt update && \
|
||||||
|
apt dist-upgrade -y && \
|
||||||
|
apt install -y gettext-base gpg dbus systemd curl vim sudo apt-utils lsb-release && \
|
||||||
|
apt-get clean autoclean
|
||||||
|
|
||||||
|
RUN systemctl mask -- \
|
||||||
|
sys-fs-fuse-connections.mount \
|
||||||
|
dev-hugepages.mount \
|
||||||
|
systemd-tmpfiles-setup.service \
|
||||||
|
cgmanager.service
|
||||||
|
|
||||||
|
RUN apt -y install procps python3-minimal && \
|
||||||
|
apt-get clean autoclean
|
||||||
|
|
||||||
|
VOLUME ["/sys/fs/cgroup", "/run", "/run/lock"]
|
||||||
|
CMD ["/lib/systemd/systemd"]
|
Loading…
Reference in a new issue