docker-ssh-jumphost (sha256:845d68b0e3fe5e0c741af9e0a42a3e4baab9519badacb912da2d71e6081e7f0b)
Published 2025-05-04 02:06:06 +02:00 by chris
Installation
docker pull git.debilux.org/chris/docker-ssh-jumphost@sha256:845d68b0e3fe5e0c741af9e0a42a3e4baab9519badacb912da2d71e6081e7f0b
sha256:845d68b0e3fe5e0c741af9e0a42a3e4baab9519badacb912da2d71e6081e7f0b
Image Layers
ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --update openssh # buildkit |
COPY sshd_config /etc/ssh/sshd_bastion_config # buildkit |
RUN /bin/sh -c echo "Include /etc/ssh/sshd_bastion_config" >> /etc/ssh/sshd_config # buildkit |
RUN /bin/sh -c adduser -D -s /bin/sh -H bastion # buildkit |
RUN /bin/sh -c passwd -u -d bastion # buildkit |
EXPOSE map[2222/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"] |