Block a user
api-gateway (95045e8)
Published 2026-08-27 18:36:06 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/rock/api-gateway:95045e8sha256:9539f39c671cfac0a7b7de721f666af58ae404f07da4aadf9a0381589fab02b5
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"] |