cluster-metrics (v0.1.0)
Published 2026-07-19 02:52:57 +00:00 by dan
Installation
docker pull forge.coffee-anon.com/dan/cluster-metrics:v0.1.0sha256:09986ae96a0cfd4653abe248848059ed50efcaec98a4603639c0b54fa63ea9e6Image layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//tzdata-legacy/amd64:data_statusd |
| bazel build @trixie//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_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| COPY /cluster-metrics /cluster-metrics # buildkit |
| EXPOSE [8080/tcp] |
| USER nonroot:nonroot |
| ENTRYPOINT ["/cluster-metrics"] |