Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified EXTERNAL-SECRETS Container Image
A hardened, minimal EXTERNAL-SECRETS 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 container image from the registry
docker pull cleanstart/external-secrets:latest
docker pull cleanstart/external-secrets:latest-dev
Basic Run Run the container with basic configuration
docker run -it --name external-secrets-test cleanstart/external-secrets:latest-dev
Production Deployment Deploy with production security settings
docker run -d --name external-secrets-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/external-secrets:latest
Volume Mount Mount local directory for persistent data
docker run -v $(pwd)/config:/config cleanstart/external-secrets:latest
Port Forwarding Run with custom port mappings
docker run -p 8080:8080 cleanstart/external-secrets:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:9f7f160fa…
Size
55.4 MB
Last updated
about 13 hours ago
docker pull cleanstart/external-secrets