Block a user
shroff-accounts (home)
Published 2026-07-21 14:27:57 +00:00 by daniil
Installation
docker pull git.dulin.su/daniil/shroff-accounts:homesha256:52671cc6c9878746d658016d47e1c96cca3efb95a7fb4e79e6e39e1dad2df039Image 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/accounts /accounts # buildkit |
| USER nonroot:nonroot |
| EXPOSE [9141/tcp] |
| ENTRYPOINT ["/accounts"] |