-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(devcontainer): Dockerfile error Correto GPG key #32412
Comments
Are you using the .devcontainer configuration from the repository? |
Yes I can reproduce this error.
|
Making this a p1 as it's been blocking devcontainer users. |
Hey, we have released a fix for this a few days ago and I cannot reproduce this error. Can please you check you have the latest version of the image? Expected digest is
|
Thank you @mrgrain I just noticed I was using stale image. % docker image ls --digests jsii/superchain:1-bookworm-slim-node20 Just
|
Confirm latest image fixed the issue. Thanks team |
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
Open in DevContainer results in error:
GPG error: https://apt.corretto.aws stable InRelease: The following signatures were invalid: EXPKEYSIG A122542AB04F24E3 Amazon Services LLC (Amazon Corretto release) <corretto-team@amazon.com>
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
Able to open in DevContainer
Current Behavior
DevContainer build fail
Reproduction Steps
Open in DevContainer
Possible Solution
Do like this corretto/corretto-21#83
sudo apt-key del A122542AB04F24E3 && sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A122542AB04F24E3
Additional Information/Context
No response
CDK CLI Version
main
Framework Version
No response
Node.js Version
v20.18.0
OS
Dev container
Language
TypeScript
Language Version
No response
Other information
Corretto PGP Key Renewal Announcement corretto/corretto-21#83
The text was updated successfully, but these errors were encountered: