iris-tunnel (v1.4.0)
Published 2026-08-29 14:46:33 +00:00 by alf
Installation
docker pull docker:3000/iris/iris-tunnel:v1.4.0sha256:6c4275347895f3613f321f0c6576e2ed0d6286f9e661dfc0ba72f494154ec297Image 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"] |