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 #18290

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Update mysql #18290

merged 1 commit into from
Jan 22, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Jan 22, 2025

Changes:

Changes:

- docker-library/mysql@df3a5c4: Update innovation to mysql-shell 9.2.0-1.el9
@tianon tianon requested a review from a team as a code owner January 22, 2025 17:45
Copy link

Diff for dbcc508:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index fcceaa8..77ea6e2 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -20,6 +20,6 @@ File: Dockerfile.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: 2615551146c34430e70aa42db0fce7bab7be6654
+GitCommit: df3a5c483a5e8c3c4d1eae61678fa5372c403bf0
 Directory: innovation
 File: Dockerfile.oracle
diff --git a/mysql_oracle/Dockerfile.oracle b/mysql_oracle/Dockerfile.oracle
index 210858d..cf2c9bc 100644
--- a/mysql_oracle/Dockerfile.oracle
+++ b/mysql_oracle/Dockerfile.oracle
@@ -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 9.1.0-1.el9
+ENV MYSQL_SHELL_VERSION 9.2.0-1.el9
 RUN set -eux; \
 	microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
 	microdnf clean all; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 7082e5c into docker-library:master Jan 22, 2025
9 checks passed
@yosifkit yosifkit deleted the mysql branch January 22, 2025 19:30
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