-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 8.0.36 and 8.3.0 (and update RPM repo PGP key)
- Loading branch information
Showing
5 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; \ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters