Block a user
shroff-order (home)
Published 2026-07-21 14:30:02 +00:00 by daniil
Installation
docker pull git.dulin.su/daniil/shroff-order:homesha256:e76857b9f75aa05a7ad40ac04cd76723dd43003a5d6e202c84895e6230655a57Image 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 |
| COPY /out/order /order # buildkit |
| USER nonroot:nonroot |
| EXPOSE [9121/tcp] |
| ENTRYPOINT ["/order"] |