Skip to content

Commit e9a184f

Browse files
committed
Update versions for Oracle Linux 10
1 parent cfdf0f3 commit e9a184f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"amd64",
66
"arm64v8"
77
],
8-
"repo": "https://repo.mysql.com/yum/mysql-innovation-community/docker/el/9",
9-
"version": "9.4.0-1.el9",
8+
"repo": "https://repo.mysql.com/yum/mysql-innovation-community/docker/el/10",
9+
"version": "9.4.0-1.el10",
1010
"variant": "9-slim"
1111
},
1212
"mysql-shell": {
13-
"repo": "https://repo.mysql.com/yum/mysql-tools-innovation-community/el/9",
14-
"version": "9.4.0-1.el9"
13+
"repo": "https://repo.mysql.com/yum/mysql-tools-innovation-community/el/10",
14+
"version": "9.4.0-1.el10"
1515
},
1616
"version": "9.4.0"
1717
},
@@ -21,13 +21,13 @@
2121
"amd64",
2222
"arm64v8"
2323
],
24-
"repo": "https://repo.mysql.com/yum/mysql-8.4-community/docker/el/9",
25-
"version": "8.4.6-1.el9",
24+
"repo": "https://repo.mysql.com/yum/mysql-8.4-community/docker/el/10",
25+
"version": "8.4.6-1.el10",
2626
"variant": "9-slim"
2727
},
2828
"mysql-shell": {
29-
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/9",
30-
"version": "8.4.6-1.el9"
29+
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/10",
30+
"version": "8.4.6-1.el10"
3131
},
3232
"version": "8.4.6"
3333
},

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ declare -A debianSuites=(
66
#[5.7]='buster'
77
)
88

9-
defaultOracleVariant='9-slim'
9+
defaultOracleVariant='10-slim'
1010
declare -A oracleVariants=(
11-
#[innovation]='8-slim'
11+
[8.0]='9-slim'
1212
)
1313

1414
# https://repo.mysql.com/yum/mysql-8.0-community/docker/

0 commit comments

Comments
 (0)