docker-ssh-jumphost (sha256:dd11e3f0ca9d80ecdc41b03ca2f678e7be057686a3e4dda472a07274782944b7)
Published 2025-04-06 02:06:14 +02:00 by chris
Installation
docker pull git.debilux.org/chris/docker-ssh-jumphost@sha256:dd11e3f0ca9d80ecdc41b03ca2f678e7be057686a3e4dda472a07274782944b7
sha256:dd11e3f0ca9d80ecdc41b03ca2f678e7be057686a3e4dda472a07274782944b7
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"] |