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