conteneurs-formation/debian13-ssh-ansible (sha256:441665fdbee0bcfa052b0af17dded2ab007802eeea69114d4378ecf40de6b0bd)

Published 2026-08-03 08:41:03 +00:00 by romain in romain/Conteneurs-Formation

Installation

docker pull forge.rdr-it.com/romain/conteneurs-formation/debian13-ssh-ansible@sha256:441665fdbee0bcfa052b0af17dded2ab007802eeea69114d4378ecf40de6b0bd
sha256:441665fdbee0bcfa052b0af17dded2ab007802eeea69114d4378ecf40de6b0bd

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'
ENV DEBIAN_FRONTEND=noninteractive ROOT_PASSWORD=root
RUN /bin/sh -c apt-get update -qq && apt-get install -y -qq openssh-server sudo curl wget vim nano net-tools iputils-ping python3 ansible && rm -rf /var/lib/apt/lists/* && mkdir -p /run/sshd && echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config && echo 'PasswordAuthentication yes' >> /etc/ssh/sshd_config && echo 'root:root' | chpasswd # buildkit
EXPOSE [22/tcp]
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["/usr/sbin/sshd" "-D" "-e"]
Details
Container
2026-08-03 08:41:03 +00:00
1
OCI / Docker
linux/amd64
171 MiB
Versions (1) View all
latest 2026-08-03