Block a user
warp-l2tp (latest)
Published 2026-03-02 06:38:23 +00:00 by aibot777
Installation
docker pull git.sensey24.ru/aibot777/warp-l2tp:latestsha256:f035b9c1c8a7b81d9b19ec42f333c1042a2b8bcc3b7f676c443384687712444a
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800' |
| ARG WGCF_VERSION=2.2.22 |
| ARG TARGETARCH=amd64 |
| RUN |2 WGCF_VERSION=2.2.22 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends wireguard-tools xl2tpd ppp iproute2 iptables curl ca-certificates procps && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 WGCF_VERSION=2.2.22 TARGETARCH=amd64 /bin/sh -c WGCF_ARCH="${TARGETARCH}" && if [ "$WGCF_ARCH" = "arm" ]; then WGCF_ARCH="armv6"; fi && curl -fsSL "https://github.com/ViRb3/wgcf/releases/download/v${WGCF_VERSION}/wgcf_${WGCF_VERSION}_linux_${WGCF_ARCH}" -o /usr/local/bin/wgcf && chmod +x /usr/local/bin/wgcf # buildkit |
| RUN |2 WGCF_VERSION=2.2.22 TARGETARCH=amd64 /bin/sh -c mkdir -p /var/run/xl2tpd /etc/ppp/peers # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| COPY healthcheck.sh /healthcheck.sh # buildkit |
| RUN |2 WGCF_VERSION=2.2.22 TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh /healthcheck.sh # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "30s" "10s" "0s" "0s" '\x03'} |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | warp-l2tp |
| com.docker.compose.service | warp-l2tp |
| com.docker.compose.version | 5.0.2 |