Skip to content

Commit

Permalink
Add file show_all_imagestreams.py from container-common-scripts (#243)
Browse files Browse the repository at this point in the history
* Add file show_all_imagestreams.py from container-common-scripts
* Add mariadb-10.11 imagestream for RHEL8.
This fixes also RHEL8-OpenShift4 10.11 tests

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jun 11, 2024
1 parent b6cd2f2 commit 5a71772
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
app_versions: ["10.3", "10.5"]

- name: RHEL 8
app_versions: ["10.3", "10.5"]
app_versions: ["10.3", "10.5", "10.11"]

- name: RHEL 9
app_versions: ["10.5", "10.11"]
Expand All @@ -30,7 +30,7 @@
latest: "10.11-el9"
distros:
- name: RHEL 8
app_versions: ["10.3", "10.5"]
app_versions: ["10.3", "10.5", "10.11" ]

- name: RHEL 9
app_versions: ["10.5", "10.11"]
18 changes: 18 additions & 0 deletions imagestreams/mariadb-rhel-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@
"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.5-el9",
"annotations": {
Expand Down
18 changes: 18 additions & 0 deletions imagestreams/mariadb-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,24 @@
"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.5-el9",
"annotations": {
Expand Down
1 change: 1 addition & 0 deletions test/show_all_imagestreams.py

0 comments on commit 5a71772

Please sign in to comment.