Skip to content

Commit

Permalink
Update innovation to 8.2.0, mysql-shell 8.0.35-1.el8, oracle 8.2.0-1.el8
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 24, 2023
1 parent 84ba05e commit 76806cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"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 76806cd

Please sign in to comment.