Built-from-source container image of Prometheus' SNMP exporter
Available on Docker Hub as docker.io/ricardbejarano/snmp_exporter
:
Available on RedHat Quay as quay.io/ricardbejarano/snmp_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/snmp_exporter --file Dockerfile .
- Mount your configuration at
/snmp.yml
.
MIT licensed, see LICENSE for more details.