Block a user
nexara/api (latest)
Published 2026-03-12 19:03:59 +00:00 by bigjakk
Installation
docker pull gitea.crjlab.net/bigjakk/nexara/api:latestsha256:6803cd242375e13febc1656a5c78ba2d88ac376c7ba124f4c3a3dd8b60cfefb3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0f70fdf5d2 | linux/amd64 | 9.2 MiB |
Image Layers ( linux/amd64)
| 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 /build/nexara-api /nexara-api # buildkit |
| USER nonroot:nonroot |
| EXPOSE [8080/tcp] |
| HEALTHCHECK &{["CMD" "/nexara-api" "healthcheck"] "10s" "3s" "5s" "0s" '\x03'} |
| ENTRYPOINT ["/nexara-api"] |