Built-from-source container image of mysqld_exporter
docker pull quay.io/ricardbejarano/mysqld_exporter
- Compiled from source during build time
- Built
FROM scratch
, with zero bloat - Reduced attack surface (no shell, no UNIX tools, no package manager...)
- Runs as unprivileged (non-
root
) user
Available on Docker Hub as docker.io/ricardbejarano/mysqld_exporter
:
Available on RedHat Quay as quay.io/ricardbejarano/mysqld_exporter
: