Block a user
api-gateway (4633989)
Published 2026-08-28 20:09:22 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/rock/api-gateway:4633989sha256:d367f6df914dde16195e7a45f6e5ec434e24dc226d74eebe1ed6271c1e329965
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"] |