Skip to content

Conversation

nschonni
Copy link
Member

@nschonni nschonni commented Jul 1, 2021

SKS servers are no longer working, so switches to alternates

#!/bin/sh -ex

curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver pool.sks-keyservers.net --recv-keys/ {print $NF}' > keys/node.keys
curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver hkps://keys.openpgp.org --recv-keys/ {print $NF}' > keys/node.keys
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a regex, so I think you wanted to leave this unless/until that README gets updated right? (alternatively, you could relax it with something like [^ ]+)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good point

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened nodejs/node#39227 to updated the README, but this script isn't used often, so i'm not too worried if it temporarily breaks

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't temporary at all apparently, so change to this file should be reverted so the script works

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@ttshivers ttshivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this. Hopefully these new key servers will be less flaky too.

@github-actions
Copy link

github-actions bot commented Jul 4, 2021

Created PR on the official-images repo (docker-library/official-images#10480). 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gpg: keyserver receive failed: No keyserver available since sks-keyservers.net no longer publishes DNS addresses

4 participants