• Joined on 2025-09-05

wireguard (latest)

Published 2025-09-30 03:42:08 +05:00 by jsc90

Installation

docker pull gitea.b178.bucan.ru/jsc90/wireguard:latest
sha256:df6a156579c209d9dfc7d8f6fd5f437bd73de276964a38574b433ec4798ef717

About 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=2025-09-24T18:57:13+00:00
ARG VERSION=02acf855-ls10
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
LABEL build_version=Linuxserver.io version:- 02acf855-ls10 Build-date:- 2025-09-24T18:57:13+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=2025-09-24T18:57:13+00:00 VERSION=02acf855-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=2025-09-25T11:26:57+00:00
ARG VERSION=1.0.20250521-r0-ls86
ARG WIREGUARD_RELEASE
LABEL build_version=Linuxserver.io version:- 1.0.20250521-r0-ls86 Build-date:- 2025-09-25T11:26:57+00:00
LABEL maintainer=thespad
RUN |3 BUILD_DATE=2025-09-25T11:26:57+00:00 VERSION=1.0.20250521-r0-ls86 WIREGUARD_RELEASE= /bin/sh -c if [ -z ${WIREGUARD_RELEASE+x} ]; then WIREGUARD_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.22/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 &{[{{48 0} {48 0}}] 0xc0003df7c0}

Labels

Key Value
build_version Linuxserver.io version:- 1.0.20250521-r0-ls86 Build-date:- 2025-09-25T11:26:57+00:00
maintainer thespad
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2025-09-25T11:26:57+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 3dcf61a2acbf4284b02642bda443b085fc212fc4
org.opencontainers.image.revision 3dcf61a2acbf4284b02642bda443b085fc212fc4
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-r0-ls86
Details
Container
2025-09-30 03:42:08 +05:00
0
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
37 MiB
Versions (1) View all
latest 2025-09-30