Sign inSign up

cleanstart/redis-exporter

Verified Publisher

By CleanStart

Updated about 21 hours ago

Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.

Image
Monitoring & observability
0

100K+

cleanstart/redis-exporter repository overview

Verified REDIS-EXPORTER Container Image

A hardened, minimal REDIS-EXPORTER container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.

For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images Pull Latest Image Download the Redis exporter container image

docker pull cleanstart/redis-exporter:latest
docker pull cleanstart/redis-exporter:latest-dev

Production Deployment Deploy Redis exporter with security settings

docker run -d --name redis-exporter \
  -p 9121:9121 \
  --security-opt=no-new-privileges \
  -e REDIS_ADDR=redis://redis:6378 \
  cleanstart/redis-exporter:latest

Development Setup Quick exporter setup for development

docker run -d --name redis-exporter-dev \
  -p 9121:9121 \
  -e REDIS_ADDR=redis://localhost:6379 \
  cleanstart/redis-exporter:latest-dev

Why Use CleanStart Images

  • Verified — Built from source with verifiable software provenance
  • Hardened — Minimal software footprint designed for secure deployment
  • Transparent — SBOM available for visibility into image contents
  • Production-ready — Built for modern container environments

Tag summary

Content type

Image

Digest

sha256:1d80b23ef

Size

48.3 MB

Last updated

about 21 hours ago

docker pull cleanstart/redis-exporter