probe-agent (a674213)
Published 2026-09-20 14:02:47 +00:00 by Fabrice
Installation
docker pull forgejo.xariox.fr/fabrice/probe-agent:a674213sha256:d8c129e30b4910567edc2d24f99d72615c29060db58ca092873193878bce2bfaImage 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_tar |
| COPY /out/probe-agent /probe-agent # buildkit |
| USER nonroot:nonroot |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD /probe-agent healthcheck] Interval:15s Timeout:5s StartPeriod:5s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/probe-agent"] |