Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mysql #18276

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Update mysql #18276

merged 1 commit into from
Jan 21, 2025

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/mysql@2615551: Update innovation to 9.2.0, oracle 9.2.0-1.el9, mysql-shell 9.1.0-1.el9
- docker-library/mysql@42386a0: Update 8.4 to 8.4.4, oracle 8.4.4-1.el9, mysql-shell 8.4.4-1.el9
- docker-library/mysql@6978e12: Update 8.0 to 8.0.41, debian 8.0.41-1debian12, oracle 8.0.41-1.el9, mysql-shell 8.0.41-1.el9
- docker-library/mysql@7a02613: Simplify and update `verify-templating.yml`
- docker-library/mysql@d4dd699: Update README
- docker-library/mysql@ae4b392: Merge pull request docker-library/mysql#1091 from docker-library/jq-IN
- docker-library/mysql@15c0462: Use jq's `IN()` instead of `index()`
@yosifkit yosifkit requested a review from a team as a code owner January 21, 2025 19:40
Copy link

Diff for 3b7145c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ee57db8..fcceaa8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,25 +1,25 @@
 Maintainers: Tianon Gravi <[email protected]> (@tianon), Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/mysql.git
 
-Tags: 8.0.40, 8.0, 8.0.40-oraclelinux9, 8.0-oraclelinux9, 8.0.40-oracle, 8.0-oracle
+Tags: 8.0.41, 8.0, 8.0.41-oraclelinux9, 8.0-oraclelinux9, 8.0.41-oracle, 8.0-oracle
 Architectures: amd64, arm64v8
-GitCommit: 090eb25ac69bca920fc5320484bc35aac92a8143
+GitCommit: 6978e12b0d46abf24015045bd22a0cf11b19c150
 Directory: 8.0
 File: Dockerfile.oracle
 
-Tags: 8.0.40-bookworm, 8.0-bookworm, 8.0.40-debian, 8.0-debian
-GitCommit: 090eb25ac69bca920fc5320484bc35aac92a8143
+Tags: 8.0.41-bookworm, 8.0-bookworm, 8.0.41-debian, 8.0-debian
+GitCommit: 6978e12b0d46abf24015045bd22a0cf11b19c150
 Directory: 8.0
 File: Dockerfile.debian
 
-Tags: 8.4.3, 8.4, 8, lts, 8.4.3-oraclelinux9, 8.4-oraclelinux9, 8-oraclelinux9, lts-oraclelinux9, 8.4.3-oracle, 8.4-oracle, 8-oracle, lts-oracle
+Tags: 8.4.4, 8.4, 8, lts, 8.4.4-oraclelinux9, 8.4-oraclelinux9, 8-oraclelinux9, lts-oraclelinux9, 8.4.4-oracle, 8.4-oracle, 8-oracle, lts-oracle
 Architectures: amd64, arm64v8
-GitCommit: 8a0100a365707fa3e59d5b23defc64b9314c4bc7
+GitCommit: 42386a0efb57a032d707e822086feea263088ad9
 Directory: 8.4
 File: Dockerfile.oracle
 
-Tags: 9.1.0, 9.1, 9, innovation, latest, 9.1.0-oraclelinux9, 9.1-oraclelinux9, 9-oraclelinux9, innovation-oraclelinux9, oraclelinux9, 9.1.0-oracle, 9.1-oracle, 9-oracle, innovation-oracle, oracle
+Tags: 9.2.0, 9.2, 9, innovation, latest, 9.2.0-oraclelinux9, 9.2-oraclelinux9, 9-oraclelinux9, innovation-oraclelinux9, oraclelinux9, 9.2.0-oracle, 9.2-oracle, 9-oracle, innovation-oracle, oracle
 Architectures: amd64, arm64v8
-GitCommit: b7333451d7be9f066e43f9612e6bbe3751e548f1
+GitCommit: 2615551146c34430e70aa42db0fce7bab7be6654
 Directory: innovation
 File: Dockerfile.oracle
diff --git a/_bashbrew-list b/_bashbrew-list
index f182430..430363b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,26 +6,26 @@ mysql:8.0-bookworm
 mysql:8.0-debian
 mysql:8.0-oracle
 mysql:8.0-oraclelinux9
-mysql:8.0.40
-mysql:8.0.40-bookworm
-mysql:8.0.40-debian
-mysql:8.0.40-oracle
-mysql:8.0.40-oraclelinux9
+mysql:8.0.41
+mysql:8.0.41-bookworm
+mysql:8.0.41-debian
+mysql:8.0.41-oracle
+mysql:8.0.41-oraclelinux9
 mysql:8.4
 mysql:8.4-oracle
 mysql:8.4-oraclelinux9
-mysql:8.4.3
-mysql:8.4.3-oracle
-mysql:8.4.3-oraclelinux9
+mysql:8.4.4
+mysql:8.4.4-oracle
+mysql:8.4.4-oraclelinux9
 mysql:9
 mysql:9-oracle
 mysql:9-oraclelinux9
-mysql:9.1
-mysql:9.1-oracle
-mysql:9.1-oraclelinux9
-mysql:9.1.0
-mysql:9.1.0-oracle
-mysql:9.1.0-oraclelinux9
+mysql:9.2
+mysql:9.2-oracle
+mysql:9.2-oraclelinux9
+mysql:9.2.0
+mysql:9.2.0-oracle
+mysql:9.2.0-oraclelinux9
 mysql:innovation
 mysql:innovation-oracle
 mysql:innovation-oraclelinux9
diff --git a/mysql_8.0-debian/Dockerfile.debian b/mysql_8.0-debian/Dockerfile.debian
index b1d3064..a239310 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.40-1debian12
+ENV MYSQL_VERSION 8.0.41-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 c678f4f..ff4380f 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.40-1.el9
+ENV MYSQL_VERSION 8.0.41-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.40-1.el9
+ENV MYSQL_SHELL_VERSION 8.0.41-1.el9
 RUN set -eux; \
 	microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
 	microdnf clean all; \
diff --git a/mysql_lts-oracle/Dockerfile.oracle b/mysql_lts-oracle/Dockerfile.oracle
index 7ae37e9..04cea75 100644
--- a/mysql_lts-oracle/Dockerfile.oracle
+++ b/mysql_lts-oracle/Dockerfile.oracle
@@ -56,7 +56,7 @@ RUN set -eux; \
 	rm -rf "$GNUPGHOME"
 
 ENV MYSQL_MAJOR 8.4
-ENV MYSQL_VERSION 8.4.3-1.el9
+ENV MYSQL_VERSION 8.4.4-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.4.3-1.el9
+ENV MYSQL_SHELL_VERSION 8.4.4-1.el9
 RUN set -eux; \
 	microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
 	microdnf clean all; \
diff --git a/mysql_oracle/Dockerfile.oracle b/mysql_oracle/Dockerfile.oracle
index 4afe70e..210858d 100644
--- a/mysql_oracle/Dockerfile.oracle
+++ b/mysql_oracle/Dockerfile.oracle
@@ -56,7 +56,7 @@ RUN set -eux; \
 	rm -rf "$GNUPGHOME"
 
 ENV MYSQL_MAJOR innovation
-ENV MYSQL_VERSION 9.1.0-1.el9
+ENV MYSQL_VERSION 9.2.0-1.el9
 
 RUN set -eu; \
 	{ \

Relevant Maintainers:

@tianon tianon merged commit af195b4 into docker-library:master Jan 21, 2025
9 checks passed
@tianon tianon deleted the mysql branch January 21, 2025 23:59
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.

4 participants