Update mysql - #21303
Merged
Merged
Conversation
Changes: - docker-library/mysql@6b2fc01: Merge pull request docker-library/mysql#1139 from jnoordsij/9.7-lts - docker-library/mysql@eb985a2: Move lts alias to 9.7 - docker-library/mysql@42686d1: Add 9.7 (LTS) variant
Diff for 8a83147:diff --git a/_bashbrew-cat b/_bashbrew-cat
index cf3be02..2cb0d1f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -12,14 +12,14 @@ GitCommit: 7cf11d5360282effadb347353d5f82339506b106
Directory: 8.0
File: Dockerfile.debian
-Tags: 8.4.9, 8.4, 8, lts, 8.4.9-oraclelinux9, 8.4-oraclelinux9, 8-oraclelinux9, lts-oraclelinux9, 8.4.9-oracle, 8.4-oracle, 8-oracle, lts-oracle
+Tags: 8.4.9, 8.4, 8, 8.4.9-oraclelinux9, 8.4-oraclelinux9, 8-oraclelinux9, 8.4.9-oracle, 8.4-oracle, 8-oracle
Architectures: amd64, arm64v8
GitCommit: 7fcf7198cf8be286bae76a4b587ac206af3e7cd8
Directory: 8.4
File: Dockerfile.oracle
-Tags: 9.6.0, 9.6, 9, innovation, latest, 9.6.0-oraclelinux9, 9.6-oraclelinux9, 9-oraclelinux9, innovation-oraclelinux9, oraclelinux9, 9.6.0-oracle, 9.6-oracle, 9-oracle, innovation-oracle, oracle
+Tags: 9.7.0, 9.7, 9, lts, latest, 9.7.0-oraclelinux9, 9.7-oraclelinux9, 9-oraclelinux9, lts-oraclelinux9, oraclelinux9, 9.7.0-oracle, 9.7-oracle, 9-oracle, lts-oracle, oracle
Architectures: amd64, arm64v8
-GitCommit: f8c2facfccdc3c8b8b2c9b5a6aec31db3115105b
-Directory: innovation
+GitCommit: 42686d1c1bba5b1e4f332ef802fdabc8fedae1a7
+Directory: 9.7
File: Dockerfile.oracle
diff --git a/_bashbrew-list b/_bashbrew-list
index 0d67fac..eee0306 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -20,15 +20,12 @@ mysql:8.4.9-oraclelinux9
mysql:9
mysql:9-oracle
mysql:9-oraclelinux9
-mysql:9.6
-mysql:9.6-oracle
-mysql:9.6-oraclelinux9
-mysql:9.6.0
-mysql:9.6.0-oracle
-mysql:9.6.0-oraclelinux9
-mysql:innovation
-mysql:innovation-oracle
-mysql:innovation-oraclelinux9
+mysql:9.7
+mysql:9.7-oracle
+mysql:9.7-oraclelinux9
+mysql:9.7.0
+mysql:9.7.0-oracle
+mysql:9.7.0-oraclelinux9
mysql:latest
mysql:lts
mysql:lts-oracle
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 0c88cf7..ed36f43 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,4 @@
+mysql:8-oracle
mysql:8.0-debian
mysql:8.0-oracle
-mysql:lts-oracle
mysql:oracle
diff --git a/mysql_lts-oracle/Dockerfile.oracle b/mysql_8-oracle/Dockerfile.oracle
similarity index 100%
rename from mysql_lts-oracle/Dockerfile.oracle
rename to mysql_8-oracle/Dockerfile.oracle
diff --git a/mysql_lts-oracle/docker-entrypoint.sh b/mysql_8-oracle/docker-entrypoint.sh
similarity index 100%
rename from mysql_lts-oracle/docker-entrypoint.sh
rename to mysql_8-oracle/docker-entrypoint.sh
diff --git a/mysql_oracle/Dockerfile.oracle b/mysql_oracle/Dockerfile.oracle
index 39f4c11..a7535e8 100644
--- a/mysql_oracle/Dockerfile.oracle
+++ b/mysql_oracle/Dockerfile.oracle
@@ -55,15 +55,15 @@ RUN set -eux; \
gpg --batch --export --armor "$key" > /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql; \
rm -rf "$GNUPGHOME"
-ENV MYSQL_MAJOR innovation
-ENV MYSQL_VERSION 9.6.0-1.el9
+ENV MYSQL_MAJOR 9.7
+ENV MYSQL_VERSION 9.7.0-1.el9
RUN set -eu; \
{ \
- echo '[mysqlinnovation-server-minimal]'; \
- echo 'name=MySQL innovation Server Minimal'; \
+ echo '[mysql9.7-server-minimal]'; \
+ echo 'name=MySQL 9.7 Server Minimal'; \
echo 'enabled=1'; \
- echo 'baseurl=https://repo.mysql.com/yum/mysql-innovation-community/docker/el/9/$basearch/'; \
+ echo 'baseurl=https://repo.mysql.com/yum/mysql-9.7-community/docker/el/9/$basearch/'; \
echo 'gpgcheck=1'; \
echo 'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql'; \
# https://github.com/docker-library/mysql/pull/680#issuecomment-825930524
@@ -100,14 +100,14 @@ RUN set -eu; \
{ \
echo '[mysql-tools-community]'; \
echo 'name=MySQL Tools Community'; \
- echo 'baseurl=https://repo.mysql.com/yum/mysql-tools-innovation-community/el/9/$basearch/'; \
+ echo 'baseurl=https://repo.mysql.com/yum/mysql-tools-9.7-community/el/9/$basearch/'; \
echo 'enabled=1'; \
echo 'gpgcheck=1'; \
echo 'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql'; \
# https://github.com/docker-library/mysql/pull/680#issuecomment-825930524
echo 'module_hotfixes=true'; \
} | tee /etc/yum.repos.d/mysql-community-tools.repo
-ENV MYSQL_SHELL_VERSION 9.6.0-1.el9
+ENV MYSQL_SHELL_VERSION 9.7.0-1.el9
RUN set -eux; \
microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
microdnf clean all; \Relevant Maintainers: |
tianon
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: