Sign inSign up

cleanstart/sealed-secrets-controller

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
Security
0

50K+

cleanstart/sealed-secrets-controller repository overview

Verified SEALED-SECRETS-CONTROLLER Container Image

A hardened, minimal SEALED-SECRETS-CONTROLLER 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/sealed-secrets-controller:latest
docker pull cleanstart/sealed-secrets-controller:latest-dev

Basic Run

Run the container with basic configuration

docker run -it --name sealed-secrets-controller cleanstart/sealed-secrets-controller:latest --version

Production Deployment

Deploy with production security settings

docker run -d --name sealed-secrets-controller-prod \
  --security-opt=no-new-privileges \
  --user 1000:1000 \
  --restart unless-stopped \
  cleanstart/sealed-secrets-controller:latest --version

Volume Mount Mount local directory for persistent data

docker run -v /app:/app cleanstart/sealed-secrets-controller:latest --version

Port Forwarding Run with custom port mappings

docker run -p 8080:8080 cleanstart/sealed-secrets-controller:latest --version

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

Size

70.9 MB

Last updated

about 21 hours ago

docker pull cleanstart/sealed-secrets-controller