Block a user
shroff-btcworker (home)
Published 2026-07-21 14:28:54 +00:00 by daniil
Installation
docker pull git.dulin.su/daniil/shroff-btcworker:homesha256:16fd75da3fa9122f37a3a03851ec76c0c5f0cd42788b37f8e5626109e969a7b2Image 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/btcworker /btcworker # buildkit |
| USER nonroot:nonroot |
| EXPOSE [9221/tcp] |
| ENTRYPOINT ["/btcworker"] |