Uh oh!
There was an error while loading. Please reload this page.
Update all gpg --recv-keys invocations with explicit "did it download" checks - #2252
Conversation
…ad" checks This solves for the case of `gpg --recv-keys` receiving enough valid data that it doesn't return a non-zero exit code, but that it also doesn't import a key by explicitly checking afterwards that it did import the key we asked for (so that the fallback to keyserver.ubuntu.com actually happens appropriately for keys whose UID are no longer validated on keys.openpgp.org).
tianon
commented
Jul 2, 2025
(all those "linting" annotations are especially annoying to see here, especially given I'm the author of moby/buildkit#5130 😅) |
This comment was marked as outdated.
This comment was marked as outdated.
MikeMcC399
commented
Jul 6, 2025
Thanks for proposing this remedy! I've duplicated it to PR cypress-io/cypress-docker-images#1380 which builds Docker images for Cypress based on selectable versions of Node.js, browser versions, etc. for website testing. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Created PR on the official-images repo (docker-library/official-images#19405). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
* Update how keys are fetched See: nodejs/docker-node#2252 * Fix Dockerfile linting issues
This solves for the case of
gpg --recv-keysreceiving enough valid data that it doesn't return a non-zero exit code, but that it also doesn't import a key by explicitly checking afterwards that it did import the key we asked for (so that the fallback to keyserver.ubuntu.com actually happens appropriately for keys whose UID are no longer validated on keys.openpgp.org).See also: