Skip to content

Commit

Permalink
Add missing imagestreams to C8S, C9S, RHEL8, and RHEL9
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Feb 22, 2024
1 parent eb11737 commit 7970af1
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
36 changes: 36 additions & 0 deletions imagestreams/mariadb-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
36 changes: 36 additions & 0 deletions imagestreams/mariadb-rhel-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}
Expand Down
36 changes: 36 additions & 0 deletions imagestreams/mariadb-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}
Expand Down

0 comments on commit 7970af1

Please sign in to comment.