Skip to content

Update mysql#21297

Merged
tianon merged 1 commit intodocker-library:masterfrom
docker-library-bot:mysql
Apr 21, 2026
Merged

Update mysql#21297
tianon merged 1 commit intodocker-library:masterfrom
docker-library-bot:mysql

Conversation

@yosifkit
Copy link
Copy Markdown
Member

Changes:

According to https://dev.mysql.com/doc/relnotes/mysql/8.0/en/, this is the last release of 8.0.x

As of April 2026, with version 8.0.46, MySQL 8.0 reaches End of Life (EoL). MySQL 8.0 users are encouraged to upgrade to the latest MySQL 8.4 LTS or MySQL Innovation release.

Changes:

- docker-library/mysql@7cf11d5: Update 8.0 to 8.0.46, debian 8.0.46-1debian12, oracle 8.0.46-1.el9, mysql-shell 8.0.46-1.el9
@yosifkit yosifkit requested a review from a team as a code owner April 21, 2026 22:16
@github-actions
Copy link
Copy Markdown

Diff for 12f98be:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ea3f87b..cf3be02 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,14 +1,14 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/mysql.git
 
-Tags: 8.0.45, 8.0, 8.0.45-oraclelinux9, 8.0-oraclelinux9, 8.0.45-oracle, 8.0-oracle
+Tags: 8.0.46, 8.0, 8.0.46-oraclelinux9, 8.0-oraclelinux9, 8.0.46-oracle, 8.0-oracle
 Architectures: amd64, arm64v8
-GitCommit: 7a8f81aad11e871baf1dbc755dbff1652e13cba5
+GitCommit: 7cf11d5360282effadb347353d5f82339506b106
 Directory: 8.0
 File: Dockerfile.oracle
 
-Tags: 8.0.45-bookworm, 8.0-bookworm, 8.0.45-debian, 8.0-debian
-GitCommit: 7a8f81aad11e871baf1dbc755dbff1652e13cba5
+Tags: 8.0.46-bookworm, 8.0-bookworm, 8.0.46-debian, 8.0-debian
+GitCommit: 7cf11d5360282effadb347353d5f82339506b106
 Directory: 8.0
 File: Dockerfile.debian
 
diff --git a/_bashbrew-list b/_bashbrew-list
index c725bed..0d67fac 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,11 +6,11 @@ mysql:8.0-bookworm
 mysql:8.0-debian
 mysql:8.0-oracle
 mysql:8.0-oraclelinux9
-mysql:8.0.45
-mysql:8.0.45-bookworm
-mysql:8.0.45-debian
-mysql:8.0.45-oracle
-mysql:8.0.45-oraclelinux9
+mysql:8.0.46
+mysql:8.0.46-bookworm
+mysql:8.0.46-debian
+mysql:8.0.46-oracle
+mysql:8.0.46-oraclelinux9
 mysql:8.4
 mysql:8.4-oracle
 mysql:8.4-oraclelinux9
diff --git a/mysql_8.0-debian/Dockerfile.debian b/mysql_8.0-debian/Dockerfile.debian
index e7dc85c..743dd55 100644
--- a/mysql_8.0-debian/Dockerfile.debian
+++ b/mysql_8.0-debian/Dockerfile.debian
@@ -66,7 +66,7 @@ RUN set -eux; \
 	rm -rf "$GNUPGHOME"
 
 ENV MYSQL_MAJOR 8.0
-ENV MYSQL_VERSION 8.0.45-1debian12
+ENV MYSQL_VERSION 8.0.46-1debian12
 
 RUN echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bookworm mysql-8.0' > /etc/apt/sources.list.d/mysql.list
 
diff --git a/mysql_8.0-oracle/Dockerfile.oracle b/mysql_8.0-oracle/Dockerfile.oracle
index 8ac845e..6c6e12b 100644
--- a/mysql_8.0-oracle/Dockerfile.oracle
+++ b/mysql_8.0-oracle/Dockerfile.oracle
@@ -56,7 +56,7 @@ RUN set -eux; \
 	rm -rf "$GNUPGHOME"
 
 ENV MYSQL_MAJOR 8.0
-ENV MYSQL_VERSION 8.0.45-1.el9
+ENV MYSQL_VERSION 8.0.46-1.el9
 
 RUN set -eu; \
 	{ \
@@ -107,7 +107,7 @@ RUN set -eu; \
 # 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 8.0.45-1.el9
+ENV MYSQL_SHELL_VERSION 8.0.46-1.el9
 RUN set -eux; \
 	microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
 	microdnf clean all; \

Relevant Maintainers:

@tianon tianon merged commit 6a5974e into docker-library:master Apr 21, 2026
9 checks passed
@tianon tianon deleted the mysql branch April 21, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants