forked from docker-library/mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.json
41 lines (41 loc) · 957 Bytes
/
versions.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
{
"8.0": {
"debian": {
"architectures": [
"amd64"
],
"suite": "bookworm",
"version": "8.0.36-1debian12"
},
"mysql-shell": {
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/8",
"version": "8.0.36-1.el8"
},
"oracle": {
"architectures": [
"amd64",
"arm64v8"
],
"repo": "https://repo.mysql.com/yum/mysql-8.0-community/docker/el/8",
"variant": "8-slim",
"version": "8.0.36-1.el8"
},
"version": "8.0.36"
},
"innovation": {
"mysql-shell": {
"repo": "https://repo.mysql.com/yum/mysql-tools-innovation-community/el/8",
"version": "8.3.0-1.el8"
},
"oracle": {
"architectures": [
"amd64",
"arm64v8"
],
"repo": "https://repo.mysql.com/yum/mysql-innovation-community/docker/el/8",
"variant": "8-slim",
"version": "8.3.0-1.el8"
},
"version": "8.3.0"
}
}