-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #17230
Merged
Merged
Update mysql #17230
Conversation
This file contains 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
Changes: - docker-library/mysql@a482468: Update innovation to 9.0.1, oracle 9.0.1-1.el9, mysql-shell 9.0.1-1.el9 - docker-library/mysql@ea8ec83: Update 8.4 to 8.4.2, oracle 8.4.2-1.el9, mysql-shell 8.4.1-1.el9 - docker-library/mysql@3e6dfd0: Update 8.0 to 8.0.39, debian 8.0.39-1debian12, oracle 8.0.39-1.el9, mysql-shell 8.0.38-1.el9 - docker-library/mysql@8a3178f: Update to actions/checkout@v4 🙃
Diff for 1bb0f35:diff --git a/_bashbrew-cat b/_bashbrew-cat
index d7070d4..33ca90d 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.38, 8.0, 8.0.38-oraclelinux9, 8.0-oraclelinux9, 8.0.38-oracle, 8.0-oracle
+Tags: 8.0.39, 8.0, 8.0.39-oraclelinux9, 8.0-oraclelinux9, 8.0.39-oracle, 8.0-oracle
Architectures: amd64, arm64v8
-GitCommit: db7daba00da79773c594b94bd91c9deeca1c9c88
+GitCommit: 3e6dfd03b956727c7fb5b30360512a11751a3e9d
Directory: 8.0
File: Dockerfile.oracle
-Tags: 8.0.38-bookworm, 8.0-bookworm, 8.0.38-debian, 8.0-debian
-GitCommit: db7daba00da79773c594b94bd91c9deeca1c9c88
+Tags: 8.0.39-bookworm, 8.0-bookworm, 8.0.39-debian, 8.0-debian
+GitCommit: 3e6dfd03b956727c7fb5b30360512a11751a3e9d
Directory: 8.0
File: Dockerfile.debian
-Tags: 8.4.1, 8.4, 8, lts, 8.4.1-oraclelinux9, 8.4-oraclelinux9, 8-oraclelinux9, lts-oraclelinux9, 8.4.1-oracle, 8.4-oracle, 8-oracle, lts-oracle
+Tags: 8.4.2, 8.4, 8, lts, 8.4.2-oraclelinux9, 8.4-oraclelinux9, 8-oraclelinux9, lts-oraclelinux9, 8.4.2-oracle, 8.4-oracle, 8-oracle, lts-oracle
Architectures: amd64, arm64v8
-GitCommit: efa7479ffbb00139f6f1f0b0fe70985f20ee0456
+GitCommit: ea8ec8343c4540ac52e8bba94b5a531e298ff700
Directory: 8.4
File: Dockerfile.oracle
-Tags: 9.0.0, 9.0, 9, innovation, latest, 9.0.0-oraclelinux9, 9.0-oraclelinux9, 9-oraclelinux9, innovation-oraclelinux9, oraclelinux9, 9.0.0-oracle, 9.0-oracle, 9-oracle, innovation-oracle, oracle
+Tags: 9.0.1, 9.0, 9, innovation, latest, 9.0.1-oraclelinux9, 9.0-oraclelinux9, 9-oraclelinux9, innovation-oraclelinux9, oraclelinux9, 9.0.1-oracle, 9.0-oracle, 9-oracle, innovation-oracle, oracle
Architectures: amd64, arm64v8
-GitCommit: 3d11822710789e82f64f08c578162a5b804d2f2f
+GitCommit: a482468640c602ccd8a7c86a4c7422f18a307326
Directory: innovation
File: Dockerfile.oracle
diff --git a/_bashbrew-list b/_bashbrew-list
index 34e32f8..bf3ec9b 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.38
-mysql:8.0.38-bookworm
-mysql:8.0.38-debian
-mysql:8.0.38-oracle
-mysql:8.0.38-oraclelinux9
+mysql:8.0.39
+mysql:8.0.39-bookworm
+mysql:8.0.39-debian
+mysql:8.0.39-oracle
+mysql:8.0.39-oraclelinux9
mysql:8.4
mysql:8.4-oracle
mysql:8.4-oraclelinux9
-mysql:8.4.1
-mysql:8.4.1-oracle
-mysql:8.4.1-oraclelinux9
+mysql:8.4.2
+mysql:8.4.2-oracle
+mysql:8.4.2-oraclelinux9
mysql:9
mysql:9-oracle
mysql:9-oraclelinux9
mysql:9.0
mysql:9.0-oracle
mysql:9.0-oraclelinux9
-mysql:9.0.0
-mysql:9.0.0-oracle
-mysql:9.0.0-oraclelinux9
+mysql:9.0.1
+mysql:9.0.1-oracle
+mysql:9.0.1-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 5e08f3f..bca978f 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.38-1debian12
+ENV MYSQL_VERSION 8.0.39-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 d18d98f..c277b99 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.38-1.el9
+ENV MYSQL_VERSION 8.0.39-1.el9
RUN set -eu; \
{ \
diff --git a/mysql_lts-oracle/Dockerfile.oracle b/mysql_lts-oracle/Dockerfile.oracle
index 4268b26..dc82de6 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.1-1.el9
+ENV MYSQL_VERSION 8.4.2-1.el9
RUN set -eu; \
{ \
diff --git a/mysql_oracle/Dockerfile.oracle b/mysql_oracle/Dockerfile.oracle
index 7752a90..0ad9232 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.0.0-1.el9
+ENV MYSQL_VERSION 9.0.1-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 9.0.0-1.el9
+ENV MYSQL_SHELL_VERSION 9.0.1-1.el9
RUN set -eux; \
microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
microdnf clean all; \ Relevant Maintainers: |
tianon
approved these changes
Jul 22, 2024
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: