File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
src/root/usr/share/container-scripts/postgresql Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ PostgreSQL container images
3
3
4
4
[ ![ 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 )
5
5
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
+
6
17
This repository contains Dockerfiles for PostgreSQL images for OpenShift.
7
18
Users can choose between RHEL, Fedora and CentOS based images.
8
19
@@ -25,9 +36,12 @@ PostgreSQL versions currently supported are:
25
36
RHEL versions currently supported are:
26
37
* RHEL7
27
38
* RHEL8
39
+ * RHEL9
28
40
29
41
CentOS versions currently supported are:
30
42
* CentOS7
43
+ * CentOS Stream 8
44
+ * CentOS Stream 9
31
45
32
46
33
47
Installation
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This container image includes PostgreSQL {{ spec.version }} SQL database server
5
5
Users can choose between RHEL, CentOS and Fedora based images.
6
6
The RHEL images are available in the [ Red Hat Container Catalog] ( https://access.redhat.com/containers/ ) ,
7
7
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 ) .
9
9
The resulting image can be run using [ podman] ( https://github.com/containers/libpod ) .
10
10
11
11
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
327
327
https://github.com/sclorg/postgresql-container .
328
328
In that repository, the Dockerfile for CentOS is called Dockerfile, the Dockerfile
329
329
for RHEL7 is called Dockerfile.rhel7, the Dockerfile for RHEL8 is called Dockerfile.rhel8,
330
+ the Dockerfile for RHEL9 is called Dockerfile.rhel9,
330
331
and the Dockerfile for Fedora is called Dockerfile.fedora.
You can’t perform that action at this time.
0 commit comments