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.3sha256:31920e1c60c1d3c70753d1e08f750a5c581da05c5e625d771c6f707e7848d239Image 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"] |