-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Petr "Stone" Hracek <[email protected]>
- Loading branch information
Showing
4 changed files
with
353 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"kind": "ImageStream", | ||
"apiVersion": "image.openshift.io/v1", | ||
"metadata": { | ||
"name": "mariadb", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB" | ||
} | ||
}, | ||
"spec": { | ||
"tags": [ | ||
{ | ||
"name": "10.3-el8", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.3 (CentOS Stream 8)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.3 database on CentOS Stream 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.3/README.md.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.3" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "quay.io/sclorg/mariadb-103-c8s:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.5-el8", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.5 (CentOS Stream 8)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.5 database on CentOS Stream 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.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "quay.io/sclorg/mariadb-105-c8s:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.5-el9", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.5 (CentOS Stream 9)", | ||
"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.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "quay.io/sclorg/mariadb-105-c9s:latest" | ||
}, | ||
"referencePolicy": { | ||
"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/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", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "ImageStreamTag", | ||
"name": "10.5-el9" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"kind": "ImageStream", | ||
"apiVersion": "image.openshift.io/v1", | ||
"metadata": { | ||
"name": "mariadb", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB" | ||
} | ||
}, | ||
"spec": { | ||
"tags": [ | ||
{ | ||
"name": "10.3-el8", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.3 (RHEL 8)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.3 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.3/README.md.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.3" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhel8/mariadb-103:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.5-el8", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.5 (RHEL 8)", | ||
"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.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhel8/mariadb-105:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.5-el9", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.5 (RHEL 9)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.5 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.5/README.md.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhel9/mariadb-105: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" | ||
} | ||
}, | ||
{ | ||
"name": "latest", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.11 (Latest)", | ||
"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.\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.11" | ||
}, | ||
"from": { | ||
"kind": "ImageStreamTag", | ||
"name": "10.11-el9" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
{ | ||
"kind": "ImageStream", | ||
"apiVersion": "image.openshift.io/v1", | ||
"metadata": { | ||
"name": "mariadb", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB" | ||
} | ||
}, | ||
"spec": { | ||
"tags": [ | ||
{ | ||
"name": "10.3-el7", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.3 (RHEL 7)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.3 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.3/README.md.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.3" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhscl/mariadb-103-rhel7:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.5-el7", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.5 (RHEL 7)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.5 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.5/README.md.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhscl/mariadb-105-rhel7:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.3-el8", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.3 (RHEL 8)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.3 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.3/README.md.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.3" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhel8/mariadb-103:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.5-el8", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.5 (RHEL 8)", | ||
"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.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhel8/mariadb-105:latest" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "10.5-el9", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.5 (RHEL 9)", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"description": "Provides a MariaDB 10.5 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.5/README.md.", | ||
"iconClass": "icon-mariadb", | ||
"tags": "database,mariadb", | ||
"version": "10.5" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/rhel9/mariadb-105: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" | ||
} | ||
}, | ||
{ | ||
"name": "latest", | ||
"annotations": { | ||
"openshift.io/display-name": "MariaDB 10.11 (Latest)", | ||
"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.\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.11" | ||
}, | ||
"from": { | ||
"kind": "ImageStreamTag", | ||
"name": "10.11-el9" | ||
}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
} | ||
] | ||
} | ||
} |