wire-hub (sha256:2fa154c7280b5f9bf4a2f8e09136970d40efbbc2a38693656c8fbea4bfcb2b5b)

Published 2026-02-01 01:01:31 +01:00 by pika in docker/wire-hub

Installation

docker pull git.k4li.de/docker/wire-hub@sha256:2fa154c7280b5f9bf4a2f8e09136970d40efbbc2a38693656c8fbea4bfcb2b5b
sha256:2fa154c7280b5f9bf4a2f8e09136970d40efbbc2a38693656c8fbea4bfcb2b5b

Image layers

ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache wireguard-tools iptables iproute2 libqrencode libqrencode-dev libqrencode-tools coreutils bash # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
COPY wg-hub /usr/local/bin/wg-hub # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh /usr/local/bin/wg-hub # buildkit
EXPOSE [51820/udp]
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2026-02-01 01:01:31 +01:00
7
OCI / Docker
linux/arm64
7.5 MiB
Versions (3) View all
amd64 2026-03-08
arm64 2026-03-08
latest 2026-01-25