syncraft
openvpn-client (sha256:c8425636fe4c4855f18ba44d00f44068cde718cf3ea6319da2f273222ccc4731)
Published 2026-05-31 18:41:18 +00:00 by zyxd
Installation
docker pull gitea.syncraft.ru/syncraft/openvpn-client@sha256:c8425636fe4c4855f18ba44d00f44068cde718cf3ea6319da2f273222ccc4731sha256:c8425636fe4c4855f18ba44d00f44068cde718cf3ea6319da2f273222ccc4731Image Layers
| # 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"] |