chore: dismiss PostgreSQL v10 (#51)

We dismiss PostgreSQL v10 since we do not
support it anymore

Signed-off-by: Niccolò Fei niccolo.fei@enterprisedb.com
This commit is contained in:
Niccolò Fei
2023-01-06 10:54:55 +01:00
committed by GitHub
parent efd347f4b5
commit d5c32afffd
4 changed files with 2 additions and 498 deletions

View File

@@ -1,10 +1,9 @@
# PostgreSQL Container Images
Maintenance scripts to generate Immutable Application Containers
for all available PostgreSQL versions (10 to 14) to be used as
for all available PostgreSQL versions (11 to 15) to be used as
operands with the [CloudNativePG operator](https://cloudnative-pg.io)
for Kubernetes. PostgreSQL 15 beta images are also available for evaluation
and testing.
for Kubernetes.
These images are built on top of the [Official Postgres image](https://hub.docker.com/_/postgres)
maintained by the [PostgreSQL Docker Community](https://github.com/docker-library/postgres),