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 cab5bca
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 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 <[email protected]>" 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 <[email protected]>
# 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.

0 comments on commit cab5bca

Please sign in to comment.