Block a user
aniworld/vpn (v0.1.0)
Published 2026-05-16 21:41:39 +02:00 by lukas.pupkalipinski
Installation
docker pull git.lpl-mind.de/lukas.pupkalipinski/aniworld/vpn:v0.1.0sha256:3c8ebd863731eb3e3d7eb8d7a9373914fcc16eab5733fab416d7e5136423f231
Image Layers
| ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache wireguard-tools iptables ip6tables bash curl iputils-ping iproute2 openresolv |
| /bin/sh -c mkdir -p /etc/wireguard |
| COPY file:69495d57c01710cfd2308572e9c6b219513b15388fa082215010f43d4ab02237 in /entrypoint.sh |
| /bin/sh -c chmod +x /entrypoint.sh |
| HEALTHCHECK --interval=30s --timeout=10s --retries=5 CMD curl -sf --max-time 5 http://1.1.1.1 || exit 1 |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.33.7 |