iris-tunnel (v1.4.1)

Published 2026-08-29 14:48:39 +00:00 by alf

Installation

docker pull docker:3000/iris/iris-tunnel:v1.4.1
sha256:6c4275347895f3613f321f0c6576e2ed0d6286f9e661dfc0ba72f494154ec297

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends openssh-server && rm -rf /var/lib/apt/lists/* && mkdir -p /var/run/sshd /root/.ssh # buildkit
COPY sshd_config /etc/ssh/sshd_config # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
EXPOSE map[22/tcp:{}]
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2026-08-29 14:48:39 +00:00
1
OCI / Docker
linux/amd64
35 MiB
Versions (42) View all
latest 2026-09-13
v1.6.25 2026-09-13
v1.6.24 2026-09-13
v1.6.23 2026-09-13
v1.6.22 2026-09-11