Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.71 KB

File metadata and controls

43 lines (31 loc) · 1.71 KB

cloudnative-pg-postgresql

Docker Hub GitHub tag (latest SemVer) License

The official CloudNativePG PostgreSQL Docker image with support for all locales.

Available on Docker Hub or GitHub Container Registry (GHCR) for AMD64 or ARM64.

# Docker Hub
docker pull zenjoy/postgresql:latest

# GHCR
docker pull ghcr.io/zenjoy/postgresql:latest

Container signatures

All images are automatically signed via Cosign using keyless signatures. You verify the integrity of these images as follows:

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp https://github.com/zenjoy/docker-cloudnative-pg-postgresql/.github/workflows/ \
  zenjoy/postgresql:latest

Contributing

Feel free to contribute and make things better by opening an Issue or Pull Request.

License

View license information for the software contained in this image.