Skip to content

Commit

Permalink
Merge pull request #1 from docker-library/master
Browse files Browse the repository at this point in the history
rebase onto master
  • Loading branch information
rawr51919 authored Oct 28, 2023
2 parents 852daed + 76806cd commit 3bdea54
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions 5.7/Dockerfile.oracle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 8.0/Dockerfile.debian

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 8.0/Dockerfile.oracle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions innovation/Dockerfile.oracle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN set -eux; \
rm -rf "$GNUPGHOME"

ENV MYSQL_MAJOR innovation
ENV MYSQL_VERSION 8.1.0-1.el8
ENV MYSQL_VERSION 8.2.0-1.el8

RUN set -eu; \
. /etc/os-release; \
Expand Down Expand Up @@ -106,7 +106,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.34-1.el8
ENV MYSQL_SHELL_VERSION 8.0.35-1.el8
RUN set -eux; \
microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
microdnf clean all; \
Expand Down
20 changes: 10 additions & 10 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"5.7": {
"mysql-shell": {
"version": "8.0.34-1.el7"
"version": "8.0.35-1.el7"
},
"oracle": {
"architectures": [
"amd64"
],
"variant": "7-slim",
"version": "5.7.43-1.el7"
"version": "5.7.44-1.el7"
},
"version": "5.7.43"
"version": "5.7.44"
},
"8.0": {
"debian": {
"architectures": [
"amd64"
],
"suite": "bullseye",
"version": "8.0.34-1debian11"
"version": "8.0.35-1debian11"
},
"mysql-shell": {
"version": "8.0.34-1.el8"
"version": "8.0.35-1.el8"
},
"oracle": {
"architectures": [
"amd64",
"arm64v8"
],
"variant": "8-slim",
"version": "8.0.34-1.el8"
"version": "8.0.35-1.el8"
},
"version": "8.0.34"
"version": "8.0.35"
},
"innovation": {
"mysql-shell": {
"version": "8.0.34-1.el8"
"version": "8.0.35-1.el8"
},
"oracle": {
"architectures": [
"amd64",
"arm64v8"
],
"variant": "8-slim",
"version": "8.1.0-1.el8"
"version": "8.2.0-1.el8"
},
"version": "8.1.0"
"version": "8.2.0"
}
}

0 comments on commit 3bdea54

Please sign in to comment.