Block a user
api-gateway (977058d)
Published 2026-08-26 23:27:38 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/rock/api-gateway:977058dsha256:376739de709c682eca84eebbf50e5cc4ad43a903d0e1d2209bf900368040a7cf
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"] |