ds-network-sidecar (latest-aarch64)
Published 2026-04-18 10:37:48 +00:00 by j
Installation
docker pull forge.jde.nz/public/ds-network-sidecar:latest-aarch64sha256:83b1119c962bc0dc1b01f67be372d73035e8550bd3362ba67182f1c41e8ca600Image layers
| ADD alpine-minirootfs-3.21.7-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl iptables ip6tables iproute2 ca-certificates && ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') && curl -fsSL "https://pkgs.tailscale.com/stable/tailscale_latest_${ARCH}.tgz" | tar -xz -C /usr/local/bin --strip-components=1 && curl -fsSL -o /usr/local/bin/cloudflared "https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-${ARCH}" && chmod +x /usr/local/bin/cloudflared && rm -rf /tmp/* # buildkit |
| COPY entrypoint.ds-network-sidecar.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
Details
2026-04-18 10:37:48 +00:00
Versions (3)
View all
Container
149
OCI / Docker
linux/arm64
57 MiB