Built-from-source container image of Prometheus' HAProxy exporter
Available on Docker Hub as docker.io/ricardbejarano/haproxy_exporter
:
Available on RedHat Quay as quay.io/ricardbejarano/haproxy_exporter
:
- Compiled from source during build time
- Built
FROM scratch
, with zero bloat - Statically linked to the
musl
implementation of the C standard library - Reduced attack surface (no shell, no UNIX tools, no package manager...)
- Runs as unprivileged (non-
root
) user
docker build --tag ricardbejarano/haproxy_exporter --file Dockerfile .
MIT licensed, see LICENSE for more details.