Skip to content

Commit e384941

Browse files
authored
Merge pull request #1047 from jnoordsij/oraclelinux9
Use Oracle Linux 9 as base image
2 parents 9f0f4a1 + a15b34a commit e384941

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

8.0/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.

8.4/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: 10 additions & 10 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-8.4-community/docker/el/8",
9-
"version": "8.4.0-1.el8",
10-
"variant": "8-slim"
8+
"repo": "https://repo.mysql.com/yum/mysql-8.4-community/docker/el/9",
9+
"version": "8.4.0-1.el9",
10+
"variant": "9-slim"
1111
},
1212
"mysql-shell": {
13-
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/8",
14-
"version": "8.4.0-1.el8"
13+
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/9",
14+
"version": "8.4.0-1.el9"
1515
},
1616
"version": "8.4.0"
1717
},
@@ -45,13 +45,13 @@
4545
"amd64",
4646
"arm64v8"
4747
],
48-
"repo": "https://repo.mysql.com/yum/mysql-8.0-community/docker/el/8",
49-
"version": "8.0.37-1.el8",
50-
"variant": "8-slim"
48+
"repo": "https://repo.mysql.com/yum/mysql-8.0-community/docker/el/9",
49+
"version": "8.0.37-1.el9",
50+
"variant": "9-slim"
5151
},
5252
"mysql-shell": {
53-
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/8",
54-
"version": "8.0.37-1.el8"
53+
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/9",
54+
"version": "8.0.37-1.el9"
5555
}
5656
}
5757
}

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='8-slim'
9+
defaultOracleVariant='9-slim'
1010
declare -A oracleVariants=(
11-
#[5.7]='7-slim'
11+
[innovation]='8-slim'
1212
)
1313

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

0 commit comments

Comments
 (0)