portal-tunnel-rs (v2.2.0-rs.3)
Installation
docker pull code.rly.best/gofix/portal-tunnel-rs:v2.2.0-rs.3sha256:a0c453091992ae8392b0a707d5a5858cdb7d28c72b99e869ecc219cbf8c8d6e2Image layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1776729600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libcap2-bin && rm -rf /var/lib/apt/lists/* && groupadd --system --gid 65532 nonroot && useradd --system --uid 65532 --gid 65532 --no-create-home --home /nonexistent --shell /usr/sbin/nologin nonroot # buildkit |
| COPY /portal-certs /portal-certs # buildkit |
| COPY /usr/local/bin/portal-relay /usr/local/bin/portal-relay # buildkit |
| RUN /bin/sh -c setcap cap_net_admin,cap_net_bind_service=+ep /usr/local/bin/portal-relay && chown -R 65532:65532 /portal-certs # buildkit |
| ENV PORTAL_URL=https://localhost:4017 IDENTITY_PATH=/portal-certs API_PORT=4017 SNI_PORT=443 WIREGUARD_PORT=51820 MIN_PORT=0 MAX_PORT=0 UDP_ENABLED=false TCP_ENABLED=false DISCOVERY=false LANDING_PAGE_ENABLED=true BOOTSTRAPS= RUST_LOG=info |
| VOLUME [/portal-certs] |
| EXPOSE map[4017/tcp:{} 443/tcp:{} 443/udp:{} 51820/udp:{}] |
| USER 65532:65532 |
| ENTRYPOINT ["/usr/local/bin/portal-relay"] |
Details
Versions (30)
View all
latest
2026-06-06
v2.3.2-rs.1-dev.1
2026-06-06
v2.3.1-rs.1
2026-06-06
v2.3.1-rs.1-dev.1
2026-06-06
v2.3.0-rs.1
2026-06-01