Skip to content

Commit

Permalink
Update mariadb imagestreams. Remove RHEL7 (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Aug 5, 2024
1 parent 817c899 commit ce7b841
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
description: |-
This content is experimental, do not use it in production. Provides a Red Hat MariaDB database.
For more information about using this database image, including OpenShift considerations,
see https://github.com/sclorg/mariadb-container/blob/master/README.md.
annotations:
charts.openshift.io/name: Red Hat MariaDB database service imagestreams (experimental)
apiVersion: v2
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
name: redhat-mariadb-imagestreams
tags: database,mariadb
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
name: mariadb
annotations:
openshift.io/display-name: MariaDB
spec:
tags:
- name: latest
annotations:
openshift.io/display-name: MariaDB (Latest)
openshift.io/provider-display-name: 'Red Hat, Inc.'
description: >-
Provides a MariaDB database on RHEL. For more information about using
this database image, including OpenShift considerations, see
https://github.com/sclorg/mariadb-container/tree/master/10.5/README.md.
WARNING: By selecting this tag, your application will automatically
update to use the latest version of MariaDB available on OpenShift,
including major version updates.
iconClass: icon-mariadb
tags: 'database,mariadb'
from:
kind: ImageStreamTag
name: 10.5-el8
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-el8
annotations:
openshift.io/display-name: MariaDB 10.11 (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.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

0 comments on commit ce7b841

Please sign in to comment.