From 007e2d78846392dac8cce257628e3a520dfd14e7 Mon Sep 17 00:00:00 2001 From: Petr Khartskhaev Date: Mon, 10 Nov 2025 14:22:21 +0100 Subject: [PATCH] Add version table --- README.md | 29 +++++++++++++---------------- common | 2 +- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7d9f8a81..67396014 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,19 @@ To contribute to this project, please review [the Contribution Guidelines](https For learning more information about concepts used in these container images, see the [Landing page](https://github.com/sclorg/welcome). ## Versions - -PostgreSQL versions currently supported are: - -- [postgresql-12](https://github.com/sclorg/postgresql-container/tree/master/12) -- [postgresql-13](https://github.com/sclorg/postgresql-container/tree/master/13) -- [postgresql-15](https://github.com/sclorg/postgresql-container/tree/master/15) -- [postgresql-16](https://github.com/sclorg/postgresql-container/tree/master/16) - -RHEL versions currently supported are: -- RHEL8 -- RHEL9 -- RHEL10 - -CentOS Stream versions currently supported are: -- CentOS Stream 9 -- CentOS Stream 10 +Currently supported versions are visible in the following table, expand an entry to see its container registry address. + +||CentOS Stream 9|CentOS Stream 10|Fedora|RHEL 8|RHEL 9|RHEL 10| +|:--|:--:|:--:|:--:|:--:|:--:|:--:| +|12||||
`registry.redhat.io/rhel8/postgresql-12`
||| +|13|
`quay.io/sclorg/postgresql-13-c9s`
|||
`registry.redhat.io/rhel8/postgresql-13`
|
`registry.redhat.io/rhel9/postgresql-13`
|| +|15|
`quay.io/sclorg/postgresql-15-c9s`
||
`quay.io/fedora/postgresql-15`
|
`registry.redhat.io/rhel8/postgresql-15`
|
`registry.redhat.io/rhel9/postgresql-15`
|| +|16|
`quay.io/sclorg/postgresql-16-c9s`
|
`quay.io/sclorg/postgresql-16-c10s`
|
`quay.io/fedora/postgresql-16`
|
`registry.redhat.io/rhel8/postgresql-16`
|
`registry.redhat.io/rhel9/postgresql-16`
|
`registry.redhat.io/rhel10/postgresql-16`
| + ## Installation diff --git a/common b/common index ea965c60..baf7d8b4 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit ea965c60af29b9967a83c72bbe240737ef4d2a4b +Subproject commit baf7d8b46a459debfe1f8a96ac3072e8a9af4183