Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RHEL-9.4 10.11 imagestreams #238

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
https://github.com/sclorg/mariadb-container/tree/master/APP_VERSION/README.md.
imagestream_files:
- filename: mariadb-centos.json
latest: "10.5-el9"
latest: "10.11-el9"
distros:
- name: CentOS Stream 8
app_versions: ["10.3", "10.5"]

- name: CentOS Stream 9
app_versions: ["10.5"]
app_versions: ["10.5", "10.11"]
phracek marked this conversation as resolved.
Show resolved Hide resolved

- filename: mariadb-rhel.json
latest: "10.5-el8"
latest: "10.11-el9"
distros:
- name: RHEL 7
app_versions: ["10.3", "10.5"]
Expand All @@ -27,13 +27,13 @@
app_versions: ["10.3", "10.5"]

- name: RHEL 9
app_versions: ["10.5"]
app_versions: ["10.5", "10.11"]

- filename: mariadb-rhel-aarch64.json
latest: "10.5-el8"
latest: "10.11-el9"
distros:
- name: RHEL 8
app_versions: ["10.3", "10.5"]

- name: RHEL 9
app_versions: ["10.5"]
app_versions: ["10.5", "10.11"]
26 changes: 22 additions & 4 deletions imagestreams/mariadb-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,37 @@
"type": "Local"
}
},
{
"name": "10.11-el9",
"annotations": {
"openshift.io/display-name": "MariaDB 10.11 (CentOS Stream 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a MariaDB 10.11 database on CentOS Stream 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": "quay.io/sclorg/mariadb-1011-c9s:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "MariaDB 10.5 (Latest)",
"openshift.io/display-name": "MariaDB 10.11 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a MariaDB 10.5 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.5/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 MariaDB 10.11 database on CentOS Stream 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.\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-mariadb",
"tags": "database,mariadb",
"version": "10.5"
"version": "10.11"
},
"from": {
"kind": "ImageStreamTag",
"name": "10.5-el9"
"name": "10.11-el9"
},
"referencePolicy": {
"type": "Local"
Expand Down
26 changes: 22 additions & 4 deletions imagestreams/mariadb-rhel-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,37 @@
"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"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "MariaDB 10.5 (Latest)",
"openshift.io/display-name": "MariaDB 10.11 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a MariaDB 10.5 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.5/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 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.\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-mariadb",
"tags": "database,mariadb",
"version": "10.5"
"version": "10.11"
},
"from": {
"kind": "ImageStreamTag",
"name": "10.5-el8"
"name": "10.11-el9"
},
"referencePolicy": {
"type": "Local"
Expand Down
26 changes: 22 additions & 4 deletions imagestreams/mariadb-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,37 @@
"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"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "MariaDB 10.5 (Latest)",
"openshift.io/display-name": "MariaDB 10.11 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a MariaDB 10.5 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.5/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 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.\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-mariadb",
"tags": "database,mariadb",
"version": "10.5"
"version": "10.11"
},
"from": {
"kind": "ImageStreamTag",
"name": "10.5-el8"
"name": "10.11-el9"
},
"referencePolicy": {
"type": "Local"
Expand Down