argon-nats-auth (sha256:54ad6e58fa7dd51532c04e1f31084b4a026a7316e37cfbfd39f77e5f31efe2e3)
Published 2026-07-16 03:55:27 +04:00 by svck
Installation
docker pull geet.svck.dev/svck/argon-nats-auth@sha256:54ad6e58fa7dd51532c04e1f31084b4a026a7316e37cfbfd39f77e5f31efe2e3sha256:54ad6e58fa7dd51532c04e1f31084b4a026a7316e37cfbfd39f77e5f31efe2e3Image layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| COPY /nats_auth /nats_auth # buildkit |
| COPY --chown=65532:65532 /data /data # buildkit |
| VOLUME [/data] |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD /nats_auth healthcheck] Interval:5s Timeout:3s StartPeriod:10s StartInterval:0s Retries:10} |
| ENTRYPOINT ["/nats_auth"] |