• Joined on 2022-11-30

chacal-vpn-sidecar (latest)

Published 2026-05-27 16:40:35 +00:00 by ivanch

Installation

docker pull git.ivanch.me/ivanch/chacal-vpn-sidecar:latest
sha256:15efa233b5073993c8c1a0bdf171fa9b9886f69e2dab45490ed1c5d5b9986341

Images

Digest OS / Arch Size
2a58e0e34f linux/amd64 20 MiB
91890ecd8d linux/arm64 21 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache openvpn wireguard-tools python3 iptables iproute2 && rm -rf /var/cache/apk/* # buildkit
WORKDIR /app
COPY sidecar.py . # buildkit
RUN /bin/sh -c chmod 0555 /app/sidecar.py # buildkit
EXPOSE map[8080/tcp:{}]
CMD ["python3" "/app/sidecar.py"]
Details
Container
2026-05-27 16:40:35 +00:00
783
OCI / Docker
Versions (1) View all
latest 2026-05-27