rust-nex/friends/proxy-insecure (fddae8)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/proxy-insecure:fddae8sha256:9ea3a86ef7869d1fbfef38e6edd8b0e01a4611502eed94e75a78ba70a2d12355Image 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_insecure /proxy_insecure # buildkit |
| ENTRYPOINT ["/proxy_insecure"] |