Skip to content

Commit 939fe2f

Browse files
authored
Merge pull request #1076 from jnoordsij/innovation-oraclelinux9
Use Oracle Linux 9 as base image for innovation image
2 parents 9585da1 + 3d11822 commit 939fe2f

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

innovation/Dockerfile.oracle

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"8.4": {
2+
"innovation": {
33
"oracle": {
44
"architectures": [
55
"amd64",
66
"arm64v8"
77
],
8-
"repo": "https://repo.mysql.com/yum/mysql-8.4-community/docker/el/9",
9-
"version": "8.4.1-1.el9",
8+
"repo": "https://repo.mysql.com/yum/mysql-innovation-community/docker/el/9",
9+
"version": "9.0.0-1.el9",
1010
"variant": "9-slim"
1111
},
1212
"mysql-shell": {
13-
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/9",
14-
"version": "8.4.1-1.el9"
13+
"repo": "https://repo.mysql.com/yum/mysql-tools-innovation-community/el/9",
14+
"version": "9.0.0-1.el9"
1515
},
16-
"version": "8.4.1"
16+
"version": "9.0.0"
1717
},
18-
"innovation": {
18+
"8.4": {
1919
"oracle": {
2020
"architectures": [
2121
"amd64",
2222
"arm64v8"
2323
],
24-
"repo": "https://repo.mysql.com/yum/mysql-innovation-community/docker/el/8",
25-
"version": "8.4.0-1.el8",
26-
"variant": "8-slim"
24+
"repo": "https://repo.mysql.com/yum/mysql-8.4-community/docker/el/9",
25+
"version": "8.4.1-1.el9",
26+
"variant": "9-slim"
2727
},
2828
"mysql-shell": {
29-
"repo": "https://repo.mysql.com/yum/mysql-tools-innovation-community/el/8",
30-
"version": "9.0.0-1.el8"
29+
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/9",
30+
"version": "8.4.1-1.el9"
3131
},
32-
"version": "8.4.0"
32+
"version": "8.4.1"
3333
},
3434
"8.0": {
3535
"version": "8.0.38",

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare -A debianSuites=(
88

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

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

0 commit comments

Comments
 (0)