iris-tunnel (v1.4.3)

Published 2026-08-30 16:17:39 +00:00 by alf

Installation

docker pull docker:3000/iris/iris-tunnel:v1.4.3
sha256:31920e1c60c1d3c70753d1e08f750a5c581da05c5e625d771c6f707e7848d239

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-30 16:17:39 +00:00
2
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