-
Notifications
You must be signed in to change notification settings - Fork 203
/
Copy pathmysql-rhel.json
68 lines (68 loc) · 2.47 KB
/
mysql-rhel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"kind": "ImageStream",
"apiVersion": "image.openshift.io/v1",
"metadata": {
"name": "mysql",
"annotations": {
"openshift.io/display-name": "MySQL"
}
},
"spec": {
"tags": [
{
"name": "8.0-el8",
"annotations": {
"openshift.io/display-name": "MySQL 8.0 (RHEL 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a MySQL 8.0 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/8.0/README.md.",
"iconClass": "icon-mysql",
"tags": "database,mysql",
"version": "8.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhel8/mysql-80:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "8.0-el9",
"annotations": {
"openshift.io/display-name": "MySQL 8.0 (RHEL 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a MySQL 8.0 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/8.0/README.md.",
"iconClass": "icon-mysql",
"tags": "database,mysql",
"version": "8.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhel9/mysql-80:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "MySQL 8.0 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Provides a MySQL 8.0 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/8.0/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-mysql",
"tags": "database,mysql",
"version": "8.0"
},
"from": {
"kind": "ImageStreamTag",
"name": "8.0-el9"
},
"referencePolicy": {
"type": "Local"
}
}
]
}
}