rust-nex/sonic-transformed/proxy-secure (3db244)
Installation
docker pull git.spbr.net/spacebar/rust-nex/sonic-transformed/proxy-secure:3db244sha256:3b18847cdfd53f58cfcd52db14849baa501d75d8f5b6e6760bd2f2dc49086c7dImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY dist/proxy_secure /proxy_secure # buildkit |
| ENTRYPOINT ["/proxy_secure"] |