Prometheus Redis exporter on scratch — single static binary, multi-arch, zero CVEs.
1.1K
Prometheus exporter for Redis, built from the upstream oliver006/redis_exporter source on a scratch base — a single static Go binary, no OS packages, zero OS CVEs.
linux/amd64, linux/arm64 (cross-compiled, reproducible).latest — newest build.1.86.0 — upstream redis_exporter v1.86.0.docker run -d -p 9121:9121 \
-e REDIS_ADDR=redis://your-redis:6379 \
truebyteinnovationllp/redis-exporter:v1.86.0
Metrics are served on :9121/metrics. Authentication/TLS via standard
redis_exporter env vars (REDIS_PASSWORD, REDIS_EXPORTER_TLS_*). See the
upstream docs
for the full configuration reference.
scratch (only the static binary + CA roots).cosign verify --key https://gitlab.truebyteinnovation.com/internal-docker/docker-images/-/raw/main/assets/cosign.pub \
docker.io/truebyteinnovationllp/redis-exporter:v1.86.0
The redis_exporter source is MIT-licensed (upstream).
Content type
Image
Digest
sha256:1c6a945af…
Size
3.9 MB
Last updated
3 months ago
docker pull truebyteinnovationllp/redis-exporter