Block a user
nats-proxy-nats_proxy (0.1.0)
Published 2026-08-31 16:22:47 +00:00 by moro
Installation
docker pull repo.astrabuana.com/moro/nats-proxy-nats_proxy:0.1.0sha256:717e58fad0ddfcb7c7dc4aa2b407c8f2252beaab593ea46b37ff34e13f8624d7Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* && useradd -r -u 1000 -m -d /app appuser # buildkit |
| WORKDIR /app |
| COPY /build/app /app/app # buildkit |
| USER appuser |
| ENTRYPOINT ["/app/app"] |