Synthonyx Technologies Ltd

vpn-signer (0.1.0-s2)

Published 2026-07-13 03:38:01 +00:00 by arjanvaneersel

Installation

docker pull cr.synthonyx.com/synthonyx/vpn-signer:0.1.0-s2
sha256:f0607dd7478bff183e417c96d7d2cee7591ef9b396f9d0c76be7dcae72016b60

Image Layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache easy-rsa openssl ca-certificates curl && apk upgrade --no-cache
/bin/sh -c addgroup -g 10002 vpnsigner && adduser -S -u 10002 -G vpnsigner -H -s /sbin/nologin vpnsigner
COPY file:d1207f961f79af5621f863f7ca0ad00ea24d7a95970abf2281353b10cf92f492 in /usr/local/bin/vpn-signer
ENV VPN_SIGNER_BIND=0.0.0.0:8080 VPN_SIGNER_EASYRSA_BIN=/usr/share/easy-rsa/easyrsa VPN_SIGNER_EASYRSA_DIR=/etc/openvpn/easy-rsa VPN_SIGNER_TA_KEY=/etc/openvpn/ta.key VPN_SIGNER_CRL_PUBLISH=/etc/openvpn/crl/crl.pem RUST_LOG=info
EXPOSE 8080
USER vpnsigner:vpnsigner
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD curl -sf http://127.0.0.1:8080/healthz | grep -q ok || exit 1
ENTRYPOINT ["/usr/local/bin/vpn-signer"]

Labels

Key Value
io.buildah.version 1.44.0
Details
Container
2026-07-13 03:38:01 +00:00
10
OCI / Docker
linux/amd64
7.8 MiB
Versions (3) View all
0.1.0-s3 2026-08-13
0.1.0-s2 2026-07-13
0.1.0-s1 2026-07-04