adguard-exporter (0.1.0)
Published 2026-06-25 10:19:40 +00:00 by zenkth
Installation
docker pull code.zenkth.xyz/zenkth/adguard-exporter:0.1.0sha256:0c68b08f95ecb61890bbfae294eac39e5a9e226eba66765a07bd0ecc207d15e2Image 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 /adguard-exporter /adguard-exporter # buildkit |
| EXPOSE [9617/tcp] |
| USER nonroot:nonroot |
| ENTRYPOINT ["/adguard-exporter"] |