Sign inSign up

serversideup/docker-ssh:v3

Multi-platform
Index digest

sha256:5d40567dec555c2516d6117c563fc45e0b13cfba24a45a31005e02fe008be73e

OS/ARCH

Compressed size

48.12 MB

Last pushed

2 months by jaydrogers

Type

Image

Manifest digest

sha256:68522a373ee2f4f51d496c9b55247ed4b0eb83f9f4c8821e23be3b326abb8143

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV ALLOWED_IPS=AllowUsers tunnel DEBUG_MODE=false DEBIAN_FRONTEND=noninteractive0 B
3ARG PACKAGE_DEPENDENCIES=openssh-server,iputils-ping,locales,rsync,tini REPOSITORY_BUILD_VERSION=dev0 B
4COPY --chown=root:root --chmod=755 src/rootfs /3.62 KB
5RUN |2 PACKAGE_DEPENDENCIES=openssh-server,iputils-ping,locales,rsync,tini REPOSITORY_BUILD_VERSION=dev /bin/sh21.19 MB
6EXPOSE [2222/tcp]0 B
7LABEL org.opencontainers.image.title=serversideup/docker-ssh org.opencontainers.image.description=Simple SSH container.0 B
8HEALTHCHECK {Test:[CMD-SHELL pgrep -f "sshd.*-D"0 B
9ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]0 B
10CMD ["/usr/sbin/sshd" "-D" "-e"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'