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
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
Feel free to contribute and make things better by opening an Issue or Pull Request.
View license information for the software contained in this image.