Sign inSign up

cleanstart/helm-operator

Verified Publisher

By CleanStart

Updated 41 minutes ago

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

Image
Integration & delivery
0

50K+

cleanstart/helm-operator repository overview

Verified HELM-OPERATOR Container Image

A hardened, minimal HELM-OPERATOR 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-operator:latest
docker pull cleanstart/helm-operator:latest-dev

Basic Run Run the container with basic configuration

docker run -it --name helm-operator-test cleanstart/helm-operator:latest-dev

Production Deployment Deploy with production security settings

docker run -d --name helm-operator-prod \
  --read-only \
  --security-opt=no-new-privileges \
  --user 1000:1000 \
  cleanstart/helm-operator:latest

Volume Mount Mount local directory for persistent data

docker run -v $(pwd)/data:/data cleanstart/helm-operator:latest

Inspection Inspect the environment

docker inspect cleanstart/helm-operator:latest

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:f6f893e4b

Size

76.7 MB

Last updated

41 minutes ago

docker pull cleanstart/helm-operator