From 7970af1894914b812d4e156a989bc7dff077052a Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 22 Feb 2024 12:41:46 +0100 Subject: [PATCH] Add missing imagestreams to C8S, C9S, RHEL8, and RHEL9 Signed-off-by: Petr "Stone" Hracek --- imagestreams/mariadb-centos.json | 36 ++++++++++++++++++++++++++ imagestreams/mariadb-rhel-aarch64.json | 36 ++++++++++++++++++++++++++ imagestreams/mariadb-rhel.json | 36 ++++++++++++++++++++++++++ 3 files changed, 108 insertions(+) diff --git a/imagestreams/mariadb-centos.json b/imagestreams/mariadb-centos.json index 93c0ad2..ec20377 100644 --- a/imagestreams/mariadb-centos.json +++ b/imagestreams/mariadb-centos.json @@ -44,6 +44,42 @@ "type": "Local" } }, + { + "name": "10.11-c9s", + "annotations": { + "openshift.io/display-name": "MariaDB 10.11 (CentOS 9 Stream)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a MariaDB 10.11 database on CentOS 9 Stream. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.11/README.md.", + "iconClass": "icon-mariadb", + "tags": "database,mariadb", + "version": "10.11" + }, + "from": { + "kind": "DockerImage", + "name": "quay.io/sclorg/mariadb-1011-c9s:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "10.11-c8s", + "annotations": { + "openshift.io/display-name": "MariaDB 10.11 (CentOS 8 Stream)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a MariaDB 10.11 database on CentOS 8 Stream. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.11/README.md.", + "iconClass": "icon-mariadb", + "tags": "database,mariadb", + "version": "10.11" + }, + "from": { + "kind": "DockerImage", + "name": "quay.io/sclorg/mariadb-1011-c8s:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "10.5-c9s", "annotations": { diff --git a/imagestreams/mariadb-rhel-aarch64.json b/imagestreams/mariadb-rhel-aarch64.json index dd413dc..ccdbac3 100644 --- a/imagestreams/mariadb-rhel-aarch64.json +++ b/imagestreams/mariadb-rhel-aarch64.json @@ -79,6 +79,42 @@ "referencePolicy": { "type": "Local" } + }, + { + "name": "10.11-el8", + "annotations": { + "openshift.io/display-name": "MariaDB 10.11 (RHEL 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a MariaDB 10.11 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.11/README.md.", + "iconClass": "icon-mariadb", + "tags": "database,mariadb", + "version": "10.11" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel8/mariadb-1011:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "10.11-el9", + "annotations": { + "openshift.io/display-name": "MariaDB 10.11 (RHEL 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a MariaDB 10.11 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.11/README.md.", + "iconClass": "icon-mariadb", + "tags": "database,mariadb", + "version": "10.11" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel9/mariadb-1011:latest" + }, + "referencePolicy": { + "type": "Local" + } } ] } diff --git a/imagestreams/mariadb-rhel.json b/imagestreams/mariadb-rhel.json index e541c7e..234a886 100644 --- a/imagestreams/mariadb-rhel.json +++ b/imagestreams/mariadb-rhel.json @@ -133,6 +133,42 @@ "referencePolicy": { "type": "Local" } + }, + { + "name": "10.11-el8", + "annotations": { + "openshift.io/display-name": "MariaDB 10.11 (RHEL 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a MariaDB 10.11 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.11/README.md.", + "iconClass": "icon-mariadb", + "tags": "database,mariadb", + "version": "10.11" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel8/mariadb-1011:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "10.11-el9", + "annotations": { + "openshift.io/display-name": "MariaDB 10.11 (RHEL 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a MariaDB 10.11 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.11/README.md.", + "iconClass": "icon-mariadb", + "tags": "database,mariadb", + "version": "10.11" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel9/mariadb-1011:latest" + }, + "referencePolicy": { + "type": "Local" + } } ] }