Block a user
aniworld/vpn (v1.1.3)
Published 2026-05-17 18:40:36 +02:00 by lukas.pupkalipinski
Installation
docker pull git.lpl-mind.de/lukas.pupkalipinski/aniworld/vpn:v1.1.3sha256:0538ed3b3ae112c91e660ee5460d797944e89b413718602fe62e9e161428c620
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:500e5b5d5e6b6b3dd9b132958ae5ab1b476af365bed16b680bb561270762a4fc in /etc/wireguard/VERSION |
| COPY file:513b27c615bea4e2e36c06c31b839914e3436ab240e5938b1cdf199c667fe42c 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 |