Update 8.0 to 8.0.40, debian 8.0.40-1debian12, oracle 8.0.40-1.el9, mysql-shell 8.0.40-1.el9

This commit is contained in:
Docker Library Bot 2024-10-14 15:15:13 -07:00
parent a482468640
commit 090eb25ac6
3 changed files with 7 additions and 7 deletions

2
8.0/Dockerfile.debian generated
View File

@ -66,7 +66,7 @@ RUN set -eux; \
rm -rf "$GNUPGHOME"
ENV MYSQL_MAJOR 8.0
ENV MYSQL_VERSION 8.0.39-1debian12
ENV MYSQL_VERSION 8.0.40-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

4
8.0/Dockerfile.oracle generated
View File

@ -56,7 +56,7 @@ RUN set -eux; \
rm -rf "$GNUPGHOME"
ENV MYSQL_MAJOR 8.0
ENV MYSQL_VERSION 8.0.39-1.el9
ENV MYSQL_VERSION 8.0.40-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.38-1.el9
ENV MYSQL_SHELL_VERSION 8.0.40-1.el9
RUN set -eux; \
microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
microdnf clean all; \

View File

@ -32,13 +32,13 @@
"version": "8.4.2"
},
"8.0": {
"version": "8.0.39",
"version": "8.0.40",
"debian": {
"architectures": [
"amd64"
],
"suite": "bookworm",
"version": "8.0.39-1debian12"
"version": "8.0.40-1debian12"
},
"oracle": {
"architectures": [
@ -46,12 +46,12 @@
"arm64v8"
],
"repo": "https://repo.mysql.com/yum/mysql-8.0-community/docker/el/9",
"version": "8.0.39-1.el9",
"version": "8.0.40-1.el9",
"variant": "9-slim"
},
"mysql-shell": {
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/9",
"version": "8.0.38-1.el9"
"version": "8.0.40-1.el9"
}
}
}