cache/lscr.io/linuxserver/wireguard (latest)
Published 2026-04-12 00:47:01 +02:00 by balki
Installation
docker pull forgejo.balki.cloud/balki/cache/lscr.io/linuxserver/wireguard:latestsha256:3bde9c3c69ba8e35d01a89743f890d0363e55d40331e48a51ca2357abf60a8e7About this package
[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
Image layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2026-03-28T14:01:33+00:00 |
| ARG VERSION=5f152c1d-ls10 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- 5f152c1d-ls10 Build-date:- 2026-03-28T14:01:33+00:00 |
| LABEL maintainer=TheLamer |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
| ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |6 BUILD_DATE=2026-03-28T14:01:33+00:00 VERSION=5f152c1d-ls10 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2026-04-09T12:02:19+00:00 |
| ARG VERSION=1.0.20250521-r1-ls108 |
| ARG WIREGUARD_RELEASE=1.0.20250521-r1 |
| LABEL build_version=Linuxserver.io version:- 1.0.20250521-r1-ls108 Build-date:- 2026-04-09T12:02:19+00:00 |
| LABEL maintainer=thespad |
| RUN |3 BUILD_DATE=2026-04-09T12:02:19+00:00 VERSION=1.0.20250521-r1-ls108 WIREGUARD_RELEASE=1.0.20250521-r1 /bin/sh -c if [ -z "${WIREGUARD_RELEASE+x}" ]; then WIREGUARD_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.23/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:wireguard-tools$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && echo "**** install dependencies ****" && apk add --no-cache bc coredns grep iproute2 iptables ip6tables iputils kmod libcap-utils libqrencode-tools net-tools nftables openresolv wireguard-tools==${WIREGUARD_RELEASE} && echo "wireguard" >> /etc/modules && sed -i 's|\[\[ $proto == -4 \]\] && cmd sysctl -q net\.ipv4\.conf\.all\.src_valid_mark=1|[[ $proto == -4 ]] \&\& [[ $(sysctl -n net.ipv4.conf.all.src_valid_mark) != 1 ]] \&\& cmd sysctl -q net.ipv4.conf.all.src_valid_mark=1|' /usr/bin/wg-quick && rm -rf /etc/wireguard && ln -s /config/wg_confs /etc/wireguard && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** clean up ****" && rm -rf /tmp/* # buildkit |
| COPY /root / # buildkit |
| EXPOSE [51820/udp] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 1.0.20250521-r1-ls108 Build-date:- 2026-04-09T12:02:19+00:00 |
| maintainer | thespad |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2026-04-09T12:02:19+00:00 |
| org.opencontainers.image.description | [WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry. |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-wireguard |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | 7622b5ef76904c5d90a99168b5fd0cafacbf72f1 |
| org.opencontainers.image.revision | 7622b5ef76904c5d90a99168b5fd0cafacbf72f1 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-wireguard |
| org.opencontainers.image.title | Wireguard |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-wireguard/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | 1.0.20250521-r1-ls108 |