Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified KYVERNO-KYVERNOPRE Container Image
A hardened, minimal KYVERNO-KYVERNOPRE 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
Download the container image from the registry:
docker pull cleanstart/kyverno-kyvernopre:latest
docker pull cleanstart/kyverno-kyvernopre:latest-dev
Run the container with basic configuration:
docker run -it --name kyverno-pre \
-e KYVERNO_NAMESPACE=kyverno \
cleanstart/kyverno-kyvernopre:latest
Deploy with production security settings:
docker run -d --name kyverno-pre-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
-e KYVERNO_NAMESPACE=kyverno \
cleanstart/kyverno-kyvernopre:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:3fc22fee2…
Size
99.2 MB
Last updated
about 13 hours ago
docker pull cleanstart/kyverno-kyvernopre