Skip to content

Commit

Permalink
Merge pull request #1047 from jnoordsij/oraclelinux9
Browse files Browse the repository at this point in the history
Use Oracle Linux 9 as base image
  • Loading branch information
tianon authored May 1, 2024
2 parents 9f0f4a1 + a15b34a commit e384941
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions 8.0/Dockerfile.oracle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions 8.4/Dockerfile.oracle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"amd64",
"arm64v8"
],
"repo": "https://repo.mysql.com/yum/mysql-8.4-community/docker/el/8",
"version": "8.4.0-1.el8",
"variant": "8-slim"
"repo": "https://repo.mysql.com/yum/mysql-8.4-community/docker/el/9",
"version": "8.4.0-1.el9",
"variant": "9-slim"
},
"mysql-shell": {
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/8",
"version": "8.4.0-1.el8"
"repo": "https://repo.mysql.com/yum/mysql-tools-8.4-community/el/9",
"version": "8.4.0-1.el9"
},
"version": "8.4.0"
},
Expand Down Expand Up @@ -45,13 +45,13 @@
"amd64",
"arm64v8"
],
"repo": "https://repo.mysql.com/yum/mysql-8.0-community/docker/el/8",
"version": "8.0.37-1.el8",
"variant": "8-slim"
"repo": "https://repo.mysql.com/yum/mysql-8.0-community/docker/el/9",
"version": "8.0.37-1.el9",
"variant": "9-slim"
},
"mysql-shell": {
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/8",
"version": "8.0.37-1.el8"
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/9",
"version": "8.0.37-1.el9"
}
}
}
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ declare -A debianSuites=(
#[5.7]='buster'
)

defaultOracleVariant='8-slim'
defaultOracleVariant='9-slim'
declare -A oracleVariants=(
#[5.7]='7-slim'
[innovation]='8-slim'
)

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

0 comments on commit e384941

Please sign in to comment.