-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Red Hat RPM GPG keys. #734
Conversation
c7cbd34
to
149e7a6
Compare
:/ |
Pull request was converted to draft
149e7a6
to
569bd36
Compare
Seems to be running smoothly now. Ready? |
I somehow missed that RHEL 8.6 aarch64 failed. |
309fd08
to
6db69f1
Compare
6db69f1
to
3b5c898
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SPLENDID. Thanks for the cleanups too!!
Now 9.5 builds failed 😭 |
oh, stupid ec2-sap exception for RHEL 8.4 (which requires listing every other distro in the empty one). |
diff --git a/test/config-map.json b/test/config-map.json
index e78c8e538..3f7ed3a79 100644
--- a/test/config-map.json
+++ b/test/config-map.json
@@ -33,21 +33,13 @@
},
"./configs/ec2-sap-empty.json": {
"distros": [
- "centos-8",
- "centos-9",
- "fedora-39",
- "fedora-40",
"rhel-8.10",
"rhel-8.5",
"rhel-8.6",
"rhel-8.7",
"rhel-8.8",
"rhel-8.9",
- "rhel-9.0",
- "rhel-9.1",
- "rhel-9.2",
- "rhel-9.3",
- "rhel-9.4"
+ "rhel-9.*"
],
"image-types": [
"ec2-sap" that'll probably fix it (and make the config map more accurate) |
Pushed the config map patch. Hope you don't mind. |
09b1132
to
559b741
Compare
on RHEL 8.6 aarch64 ec2 and azure rhui :/ |
26c488f
to
b21d200
Compare
Update the Red Hat GPG keys (release key and auxiliary key), which used SHA-1. SHA-1 is no longer valid in signatures on c10s / el10. Use the keys from RH customer portal, which use SHA-256 in their signature: https://access.redhat.com/security/team/key Also update auxiliary keys based on the distro version as specified on the customer portal page mentioned above. Signed-off-by: Tomáš Hozza <[email protected]>
Signed-off-by: Tomáš Hozza <[email protected]>
Signed-off-by: Tomáš Hozza <[email protected]>
CentOS and Fedora don't support the ec2-sap image type. All RHEL 9.x should use the config by default. Only RHEL 8.4 gets a special config for ec2-sap to disable the lm_sensors service, which fails to start on boot. See RHEL-14096
b21d200
to
323fc3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Update the Red Hat GPG keys (release key and auxiliary key), which used SHA-1. SHA-1 is no longer valid in signatures on c10s / el10. Use the keys from RH customer portal, which use SHA-256 in their signature: https://access.redhat.com/security/team/key
Note that the auxiliary key is specific to each RHEL major version and the el8 key uses SHA-1 in its signature and can't be replaced with the aux key from el9.
Edit: