Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified CLOUDNATIVE-PG Container Image
A hardened, minimal CLOUDNATIVE-PG 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/cloudnative-pg:latest
docker pull cleanstart/cloudnative-pg:latest-dev
Shell Inspection Access to Shell
docker run -it --rm --entrypoint sh cleanstart/cloudnative-pg:latest-dev
Production Deployment Deploy with production security settings
docker run -d --name cnpg-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
-v pg-data:/var/lib/postgresql/data \
cleanstart/cloudnative-pg:latest
Inspect Environment Inspect the environment
docker inspect cleanstart/cloudnative-pg:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:c0650d5f3…
Size
47.8 MB
Last updated
about 1 hour ago
docker pull cleanstart/cloudnative-pg