GoogleCloudPlatform / nodejs-docker

The Node.js Docker image used by Google App Engine Flexible.
https://cloud.google.com/nodejs
Apache License 2.0
405 stars 115 forks source link

fix: update release keys for node v16.18.0 #253

Closed ni500 closed 1 year ago

ni500 commented 2 years ago

This PR fix the gpg: Can't check signature: public key not found error

juanarbol commented 2 years ago

Well... my key is supposed to be there too.

~$ gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
gpg: /home/rafaelgss/.gnupg/trustdb.gpg: trustdb created
gpg: key 8BEAB4DFCF555EF4: public key "RafaelGSS <rafael.nunu@hotmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1

I ran

gpg2 --keyserver hkp://pgp.mit.edu:11371 --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
gpg: keyserver receive failed: No data

Looks like your key is not in the server they are using

RafaelGSS commented 2 years ago

Looks like we aren't using this server for new releasers. Anyway, just uploaded it. It should take some time to propagate (one of the reasons we switched the servers)

jahjahbin commented 1 year ago

This may have been fixed by #264 . We should have looked at this PR and at least said something. I'm sorry about that.

jahjahbin commented 1 year ago

Closing, let us know if there are still issues.