Sign inSign up

cleanstart/cloudnative-pg

Verified Publisher

By CleanStart

Updated about 4 hours ago

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

Image
Content management system
0

50K+

cleanstart/cloudnative-pg repository overview

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

  • 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:c0650d5f3

Size

47.8 MB

Last updated

about 4 hours ago

docker pull cleanstart/cloudnative-pg