Block a user
api-gateway (62e23d6)
Published 2026-08-26 23:50:10 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/rock/api-gateway:62e23d6sha256:386f0ed3b09971aceb98db08aa325001f22257a386ea71dddf0251d0602f9db2
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"] |