Block a user
kmsvc-manage (7f4627d)
Published 2026-09-03 03:19:59 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/rock/kmsvc-manage:7f4627dsha256:3c6fbe5588865b1eca723d721a0dfde09e14a4d80102a5d541f63a652f84339f
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 |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit |
| COPY /out/kmsvc-server /kmsvc-server # buildkit |
| COPY /out/queue-operator /queue-operator # buildkit |
| USER nonroot:nonroot |
| ENTRYPOINT ["/kmsvc-server"] |