sha256:4792c6975d2e3b8abf4e67157c2b698c4788945b5f9c43b8531b43a7ac3769dc
OS/ARCH
Compressed size
54.6 MB
Last pushed
over 1 year by janole
Type
Image
Manifest digest
sha256:871ea473808cc7f3a917d37c31301ccb2ae1480efe145ba7e3dbb6e0d464c5de
Image Layers
1# debian.sh --arch 'arm64' out/26.74 MB3ENV DEBIAN_FRONTEND=noninteractive0 B4RUN /bin/sh -c true 27.86 MB5ENV CADIR=/conf/ca0 B6ENV VPNDIR=/conf/openvpn0 B7ENV CLIENTSDIR=/conf/clients0 B8ENV TEMPLATESDIR=/.templates0 B9ENV VPNCAFILE=/conf/openvpn/ca.crt0 B10ENV VPNKEYFILE=/conf/openvpn/vpn.key0 B11ENV VPNCERTFILE=/conf/openvpn/vpn.crt0 B12ENV VPNDHFILE=/conf/openvpn/dh.pem0 B13ENV VPNTAKEYFILE=/conf/openvpn/ta.key0 B14ENV UDPCONF=/conf/openvpn/udp-server.conf0 B15ENV TCPCONF=/conf/openvpn/tcp-server.conf0 B16ENV VPN_PORT=11940 B17ENV CA_COUNTRY=US0 B18ENV VPN_COUNTRY=US0 B19ENV CLIENT_COUNTRY=US0 B20COPY ./templates /.templates/ # buildkit1.25 KB21COPY ./scripts/* / # buildkit1.72 KB22ENTRYPOINT ["/usr/bin/dumb-init" "--"]0 B23CMD ["/start-vpn.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1738540800'