-
Notifications
You must be signed in to change notification settings - Fork 977
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
Invalid signature from cli.github.com #739
Comments
Hi folks, many apologies for the troubles from the GitHub CLI. Glancing around this repo I believe that the important layer that needs to be rebuilt is:
Any layer on top of this that does For anyone building their images from the ones here, the workaround is probably to add the following to your dockerfiles before running
Or possibly trimmed down as:
This will grab the new keyring. |
Thanks a lot for this @williammartin 👍 I think this affects many CodeBuild users, so I hope it also gets some eyes from the AWS side! |
If the workaround above works for you, it would be great if you could drop a note back here for others and for us to know, since we'll be trying to proactively reach out on issues for to support. 🙏 |
@williammartin I can confirm that adding However, it still should be fixed to the original image. |
Another quick and dirty workaround is to remove the repository before running
|
Hopefully the AWS folks will come bail out our embarrassment soon 😅 Thanks for the confirmation! I'll probably update the linked issue with a Docker specific section shortly. |
CodeBuild team is working on releasing a new image to resolve this issue |
CodeBuild has deployed a patch to our images to update the keyring. You will no longer see this error. Resolving this issue. |
This page actually worked for me. The "What do you need to do about it?" section. |
Describe the bug
Cannot run
apt update
in the build image.To Reproduce
Steps to reproduce the behavior:
sudo apt-get update
in start of the buildExpected behavior
sudo apt-get update
worksPlatform (please complete the following information):
Additional context
The keys were updated because of expiration, see cli/cli#9569
The text was updated successfully, but these errors were encountered: