From 087c814c1e58eacc3e8c29198e2cfca06532f06d Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 9 May 2024 12:54:45 +0200 Subject: [PATCH] Add imagestream 16 for RHEL9 Signed-off-by: Petr "Stone" Hracek --- imagestreams/imagestreams.yaml | 12 +++++------ imagestreams/postgresql-centos.json | 26 +++++++++++++++++++---- imagestreams/postgresql-rhel-aarch64.json | 26 +++++++++++++++++++---- imagestreams/postgresql-rhel.json | 26 +++++++++++++++++++---- 4 files changed, 72 insertions(+), 18 deletions(-) diff --git a/imagestreams/imagestreams.yaml b/imagestreams/imagestreams.yaml index c3d89d7a..230c3739 100644 --- a/imagestreams/imagestreams.yaml +++ b/imagestreams/imagestreams.yaml @@ -10,16 +10,16 @@ see https://github.com/sclorg/postgresql-container/blob/master/README.md. imagestream_files: - filename: postgresql-centos.json - latest: "15-el9" + latest: "16-el9" distros: - name: CentOS Stream 8 app_versions: [10, 12, 13, 15] - name: CentOS Stream 9 - app_versions: [13, 15] + app_versions: [13, 15, 16] - filename: postgresql-rhel.json - latest: "15-el8" + latest: "16-el9" distros: - name: RHEL 7 app_versions: [10, 12, 13] @@ -28,13 +28,13 @@ app_versions: [10, 12, 13, 15] - name: RHEL 9 - app_versions: [13, 15] + app_versions: [13, 15, 16] - filename: postgresql-rhel-aarch64.json - latest: "13-el8" + latest: "16-el9" distros: - name: RHEL 8 app_versions: [10, 12, 13, 15] - name: RHEL 9 - app_versions: [13, 15] + app_versions: [13, 15, 16] diff --git a/imagestreams/postgresql-centos.json b/imagestreams/postgresql-centos.json index 1ce1bde2..35eaeed7 100644 --- a/imagestreams/postgresql-centos.json +++ b/imagestreams/postgresql-centos.json @@ -117,19 +117,37 @@ "type": "Local" } }, + { + "name": "16-el9", + "annotations": { + "openshift.io/display-name": "PostgreSQL 16 (CentOS Stream 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a PostgreSQL 16 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.", + "iconClass": "icon-postgresql", + "tags": "database,postgresql", + "version": "16" + }, + "from": { + "kind": "DockerImage", + "name": "quay.io/sclorg/postgresql-16-c9s:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "latest", "annotations": { - "openshift.io/display-name": "PostgreSQL 15 (Latest)", + "openshift.io/display-name": "PostgreSQL 16 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a PostgreSQL 15 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", + "description": "Provides a PostgreSQL 16 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", "iconClass": "icon-postgresql", "tags": "database,postgresql", - "version": "15" + "version": "16" }, "from": { "kind": "ImageStreamTag", - "name": "15-el9" + "name": "16-el9" }, "referencePolicy": { "type": "Local" diff --git a/imagestreams/postgresql-rhel-aarch64.json b/imagestreams/postgresql-rhel-aarch64.json index 874df97c..27792266 100644 --- a/imagestreams/postgresql-rhel-aarch64.json +++ b/imagestreams/postgresql-rhel-aarch64.json @@ -117,19 +117,37 @@ "type": "Local" } }, + { + "name": "16-el9", + "annotations": { + "openshift.io/display-name": "PostgreSQL 16 (RHEL 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a PostgreSQL 16 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.", + "iconClass": "icon-postgresql", + "tags": "database,postgresql", + "version": "16" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel9/postgresql-16:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "latest", "annotations": { - "openshift.io/display-name": "PostgreSQL 13 (Latest)", + "openshift.io/display-name": "PostgreSQL 16 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a PostgreSQL 13 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", + "description": "Provides a PostgreSQL 16 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", "iconClass": "icon-postgresql", "tags": "database,postgresql", - "version": "13" + "version": "16" }, "from": { "kind": "ImageStreamTag", - "name": "13-el8" + "name": "16-el9" }, "referencePolicy": { "type": "Local" diff --git a/imagestreams/postgresql-rhel.json b/imagestreams/postgresql-rhel.json index b890a851..72c249ed 100644 --- a/imagestreams/postgresql-rhel.json +++ b/imagestreams/postgresql-rhel.json @@ -171,19 +171,37 @@ "type": "Local" } }, + { + "name": "16-el9", + "annotations": { + "openshift.io/display-name": "PostgreSQL 16 (RHEL 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a PostgreSQL 16 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.", + "iconClass": "icon-postgresql", + "tags": "database,postgresql", + "version": "16" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel9/postgresql-16:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "latest", "annotations": { - "openshift.io/display-name": "PostgreSQL 15 (Latest)", + "openshift.io/display-name": "PostgreSQL 16 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a PostgreSQL 15 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", + "description": "Provides a PostgreSQL 16 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", "iconClass": "icon-postgresql", "tags": "database,postgresql", - "version": "15" + "version": "16" }, "from": { "kind": "ImageStreamTag", - "name": "15-el8" + "name": "16-el9" }, "referencePolicy": { "type": "Local"