syncraft
openvpn-client (latest)
Published 2026-05-31 18:41:19 +00:00 by zyxd
Installation
docker pull gitea.syncraft.ru/syncraft/openvpn-client:latestsha256:1e8cc91374865e24ae70d90dd605b0a6e160878e248eccc2d51e5ae7df0653a0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c8425636fe | linux/amd64 | 33 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends openvpn iptables iproute2 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY ./entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENV SERVER_ADDRESS=localhost |
| ENV SERVER_PORT=443 |
| ENV PKI_CA=/etc/openvpn/pki/ca.crt |
| ENV PKI_TA=/etc/openvpn/pki/ta.key |
| ENV PKI_CC=/etc/openvpn/pki/client.crt |
| ENV PKI_CK=/etc/openvpn/pki/client.key |
| ENTRYPOINT ["/entrypoint.sh"] |