rust-nex/friends/backend-auth (f7f3f0)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/backend-auth:f7f3f0sha256:cd3bca25fe962390822bfcfce651d8984bba64651fc9d403f69ea138c0e16f63Image 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/rnex-server-backend-auth /rnex-server-backend-auth # buildkit |
| ENTRYPOINT ["/rnex-server-backend-auth"] |