[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.
COPY /root-out/ / # buildkit |
ARG BUILD_DATE |
ARG VERSION |
ARG MODS_VERSION=v3 |
ARG PKG_INST_VERSION=v1 |
ARG LSIOWN_VERSION=v1 |
LABEL build_version=Linuxserver.io version:- 3699c708-ls3 Build-date:- 2024-06-11T10:25:27+00:00 |
LABEL maintainer=TheLamer |
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
ADD --chmod=744 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=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # 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 |5 BUILD_DATE=2024-06-11T10:25:27+00:00 VERSION=3699c708-ls3 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_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 |
ARG VERSION |
ARG WIREGUARD_RELEASE |
LABEL build_version=Linuxserver.io version:- 1.0.20210914-r4-ls39 Build-date:- 2024-06-14T12:34:02+00:00 |
LABEL maintainer=thespad |
RUN |3 BUILD_DATE=2024-06-14T12:34:02+00:00 VERSION=1.0.20210914-r4-ls39 WIREGUARD_RELEASE= /bin/sh -c echo "**** install dependencies ****" && apk add --no-cache bc coredns grep iproute2 iptables iptables-legacy ip6tables iputils libcap-utils libqrencode-tools net-tools openresolv wireguard-tools && echo "wireguard" >> /etc/modules && cd /sbin && for i in ! !-save !-restore; do rm -rf iptables$(echo "${i}" | cut -c2-) && rm -rf ip6tables$(echo "${i}" | cut -c2-) && ln -s iptables-legacy$(echo "${i}" | cut -c2-) iptables$(echo "${i}" | cut -c2-) && ln -s ip6tables-legacy$(echo "${i}" | cut -c2-) ip6tables$(echo "${i}" | cut -c2-); done && 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 map[51820/udp:{}] |
ENV DANTE_LISTEN_INTERFACE eth1 |
ENV DANTE_LISTEN_PORT 1080 |
ENV DANTE_FORWARD_INTERFACE wg0 |
/bin/sh -c mkdir -p /etc/dante |
ADD file:7e24626c090d5d03db41d9cbdfbcdaf3c92f7d65404d24f263457468dd1d417a in /etc/dante/danted.conf.template |
ADD file:a958ace359cd259a58c1200f1a06843326e530c207e11b026e88e6316ef84fe6 in /custom-services.d/run-danted.sh |
/bin/sh -c apk update |
/bin/sh -c apk add dante-server gettext-envsubst |
Key |
Value |
build_version |
Linuxserver.io version:- 1.0.20210914-r4-ls39 Build-date:- 2024-06-14T12:34:02+00:00 |
io.buildah.version |
1.36.0 |
maintainer |
thespad |
org.opencontainers.image.authors |
linuxserver.io |
org.opencontainers.image.created |
2024-06-14T12:34:02+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 |
aaac28111985ce47ec8a125f65c2f46808efe320 |
org.opencontainers.image.revision |
aaac28111985ce47ec8a125f65c2f46808efe320 |
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.20210914-r4-ls39 |