postgres-containers
postgres-containers copied to clipboard
Operand images for CloudNativePG containing all community supported version PostgreSQL
Closes #77
The official Postgres images now include a debian bookworm base image build: https://github.com/docker-library/postgres/tree/master/16/bookworm
Pinning a specific version like http://ghcr.io/cloudnative-pg/postgresql:15.6-13 the contents of this manifest is changed every day. Good practice is that I am able to pin a version, that is really immutable....
Hello hello, I took the freedom to create an Alpine based Dockerfile. It is WIP. The only file which should be reviewed is `./Alpine/16/Dockerfile`. This should fix #78 The Dockerfile...
Hi, I want to create a version 16.1 PostgreSQL cluster on a minikube env: cluster.yaml : ```yaml apiVersion: v1 data: username: ZGFsaWJv password: REBsaWJv kind: Secret metadata: name: dalibo-password labels:...
The official Postgres images support an alpine base image build: https://github.com/docker-library/postgres/tree/master/16/alpine3.18 Alpine is much smaller than debian and has many fewer vulnerabilities
Explain how to fork the postgres-containers project and how to build custom images with additional layers, including nightly builds through Github actions.
Closes cloudnative-pg/cloudnative-pg#1632 We are working on cloudnative-pg, and in order to comply with our PostgreSQL implementation, we need to have `pg_repack` extension available, in order to repack bloated user tables.
Please integrate the current README file with information about how images are built, and how somebody can contribute to this project. Information can be either in the README file or...