openvpn-client (sha256:09c16c6b03c54a35b924adaa9049381ee92b5c281d73123c4115cbd6269b6a0f)

Published 2026-05-04 18:16:28 +00:00 by zyxd

Installation

docker pull gitea.syncraft.ru/syncraft/openvpn-client@sha256:09c16c6b03c54a35b924adaa9049381ee92b5c281d73123c4115cbd6269b6a0f
sha256:09c16c6b03c54a35b924adaa9049381ee92b5c281d73123c4115cbd6269b6a0f

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
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"]
Details
Container
2026-05-04 18:16:28 +00:00
1
OCI / Docker
linux/amd64
33 MiB
Versions (1) View all
latest 2026-05-04