Skip to content

Commit

Permalink
Update to 8.0.36 and 8.3.0 (and update RPM repo PGP key)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 18, 2024
1 parent c0c45e2 commit ffa6423
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
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.

11 changes: 7 additions & 4 deletions 8.0/Dockerfile.oracle

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

7 changes: 5 additions & 2 deletions Dockerfile.oracle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ RUN set -eux; \

RUN set -eux; \
# https://dev.mysql.com/doc/refman/8.0/en/checking-gpg-signature.html
# gpg: key 3A79BD29: public key "MySQL Release Engineering <mysql-build@oss.oracle.com>" imported
key='859BE8D7C586F538430B19C2467B942D3A79BD29'; \
# pub rsa4096 2023-10-23 [SC] [expires: 2025-10-22]
# BCA4 3417 C3B4 85DD 128E C6D4 B7B3 B788 A8D3 785C
# uid [ unknown] MySQL Release Engineering <mysql-build@oss.oracle.com>
# sub rsa4096 2023-10-23 [E] [expires: 2025-10-22]
key='BCA4 3417 C3B4 85DD 128E C6D4 B7B3 B788 A8D3 785C'; \
export GNUPGHOME="$(mktemp -d)"; \
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
gpg --batch --export --armor "$key" > /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql; \
Expand Down
11 changes: 7 additions & 4 deletions innovation/Dockerfile.oracle

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

14 changes: 7 additions & 7 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"amd64"
],
"suite": "bullseye",
"version": "8.0.35-1debian11"
"version": "8.0.36-1debian11"
},
"mysql-shell": {
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/8",
"version": "8.0.35-1.el8"
"version": "8.0.36-1.el8"
},
"oracle": {
"architectures": [
Expand All @@ -18,14 +18,14 @@
],
"repo": "https://repo.mysql.com/yum/mysql-8.0-community/docker/el/8",
"variant": "8-slim",
"version": "8.0.35-1.el8"
"version": "8.0.36-1.el8"
},
"version": "8.0.35"
"version": "8.0.36"
},
"innovation": {
"mysql-shell": {
"repo": "https://repo.mysql.com/yum/mysql-tools-innovation-community/el/8",
"version": "8.2.1-1.el8"
"version": "8.3.0-1.el8"
},
"oracle": {
"architectures": [
Expand All @@ -34,8 +34,8 @@
],
"repo": "https://repo.mysql.com/yum/mysql-innovation-community/docker/el/8",
"variant": "8-slim",
"version": "8.2.0-1.el8"
"version": "8.3.0-1.el8"
},
"version": "8.2.0"
"version": "8.3.0"
}
}

0 comments on commit ffa6423

Please sign in to comment.