debian (v1)

Published 2024-09-28 20:16:14 +00:00 by harish in harish/php-8.3-contaniner

Installation

docker pull git.dev.teampumpkin.com/harish/debian:v1
sha256:76c63065c7c84bea20433f060884c9f3cf8818e06cc13cb192449247aecb83b8

Image Layers

ADD file:0d5bdf84bbcdfa95d42190537e3cad2c0a5876f9127fae6a1d1c485d3539c77d in /
CMD ["bash"]
ENV LC_ALL C
ENV DEBIAN_FRONTEND noninteractive
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends systemd systemd-sysv dbus dbus-user-session
/bin/sh -c cd /lib/systemd/system/sysinit.target.wants/ && rm $(ls | grep -v systemd-tmpfiles-setup)
/bin/sh -c rm -f /lib/systemd/system/multi-user.target.wants/* /etc/systemd/system/*.wants/* /lib/systemd/system/local-fs.target.wants/* /lib/systemd/system/sockets.target.wants/*udev* /lib/systemd/system/sockets.target.wants/*initctl* /lib/systemd/system/basic.target.wants/* /lib/systemd/system/anaconda.target.wants/* /lib/systemd/system/plymouth* /lib/systemd/system/systemd-update-utmp*
/bin/sh -c apt-get install -y --no-install-recommends procps iproute2 vim openssh-server
EXPOSE 80/tcp
EXPOSE 22/tcp
CMD [ "/lib/systemd/systemd", "--log-target=console" ]

Labels

Key Value
io.buildah.version 1.36.0
Details
Container
2024-09-28 20:16:14 +00:00
4
OCI / Docker
linux/amd64
98 MiB
Versions (1) View all
v1 2024-09-28