Block a user
api-gateway (61abe52)
Published 2026-08-27 22:23:46 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/rock/api-gateway:61abe52sha256:3fc5f95956692d1616dfc561e62d9583c3840bd66432e3f040dcc5dcf7f7c27a
Image 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_tar |
| USER 65532:65532 |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit |
| COPY /out/gateway /gateway # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["/gateway"] |