Block a user
dht-indexer (main)
Published 2026-04-19 16:05:35 +02:00 by laurent
Installation
docker pull forge.dilain.com/laurent/dht-indexer:mainsha256:22c96a619f4358ecbfd9ee1482d3a71b108c5b949044eb48edc4f1d46e0dec03
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 |
| COPY /out/indexer /indexer # buildkit |
| COPY /out/healthcheck /healthcheck # buildkit |
| EXPOSE map[8080/tcp:{}] |
| EXPOSE map[6881/udp:{}] |
| HEALTHCHECK &{["CMD" "/healthcheck"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/indexer"] |