Skip to content

Commit 76c8e48

Browse files
committed
Update documentation
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent a02affd commit 76c8e48

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ PostgreSQL container images
33

44
[![Build and push images to Quay.io registry](https://github.com/sclorg/postgresql-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/postgresql-container/actions/workflows/build-and-push.yml)
55

6+
Images available on Quay are:
7+
* CentOS 7 [postgresql-10](https://quay.io/repository/centos7/postgresql-10-centos7)
8+
* CentOS 7 [postgresql-12](https://quay.io/repository/centos7/postgresql-12-centos7)
9+
* CentOS 7 [postgresql-13](https://quay.io/repository/centos7/postgresql-13-centos7)
10+
* CentOS Stream 8 [postgresql-10](https://quay.io/repository/sclorg/postgresql-10-c8s)
11+
* CentOS Stream 8 [postgresql-13](https://quay.io/repository/sclorg/postgresql-13-c8s)
12+
* CentOS Stream 9 [postgresql-13](https://quay.io/repository/sclorg/postgresql-13-c9s)
13+
* Fedora [postgresql-11](https://quay.io/repository/fedora/postgresql-11)
14+
* Fedora [postgresql-12](https://quay.io/repository/fedora/postgresql-12)
15+
* Fedora [postgresql-13](https://quay.io/repository/fedora/postgresql-13)
16+
617
This repository contains Dockerfiles for PostgreSQL images for OpenShift.
718
Users can choose between RHEL, Fedora and CentOS based images.
819

@@ -25,9 +36,12 @@ PostgreSQL versions currently supported are:
2536
RHEL versions currently supported are:
2637
* RHEL7
2738
* RHEL8
39+
* RHEL9
2840

2941
CentOS versions currently supported are:
3042
* CentOS7
43+
* CentOS Stream 8
44+
* CentOS Stream 9
3145

3246

3347
Installation

src/root/usr/share/container-scripts/postgresql/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This container image includes PostgreSQL {{ spec.version }} SQL database server
55
Users can choose between RHEL, CentOS and Fedora based images.
66
The RHEL images are available in the [Red Hat Container Catalog](https://access.redhat.com/containers/),
77
the CentOS images are available on [Quay.io](https://quay.io/organization/centos7),
8-
and the Fedora images are available in [Fedora Registry](https://registry.fedoraproject.org/).
8+
and the Fedora images are available in [Quay.io](https://quay.io/organization/fedora).
99
The resulting image can be run using [podman](https://github.com/containers/libpod).
1010

1111
Note: while the examples in this README are calling `podman`, you can replace any such calls by `docker` with the same arguments
@@ -327,4 +327,5 @@ Dockerfile and other sources for this container image are available on
327327
https://github.com/sclorg/postgresql-container.
328328
In that repository, the Dockerfile for CentOS is called Dockerfile, the Dockerfile
329329
for RHEL7 is called Dockerfile.rhel7, the Dockerfile for RHEL8 is called Dockerfile.rhel8,
330+
the Dockerfile for RHEL9 is called Dockerfile.rhel9,
330331
and the Dockerfile for Fedora is called Dockerfile.fedora.

0 commit comments

Comments
 (0)