-
Notifications
You must be signed in to change notification settings - Fork 2k
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
gpg: keyserver timed out #340
Comments
I don't know why, but sometimes goes even further, but it never finish the list. Any ideas why?
|
Network issue on your Docker host? |
Just had a keyserver timeout myself too. Seems like part of the "HA" pool is acting up. |
The https://sks-keyservers.net/ website is also offline btw. |
Hmmm.. I thought we fixed this with #31 😕 |
Well, we did but the OP might not be doing it the same way? @andricicezar what does your Dockerfile look like? |
I don't think so. Before that fix the build process continued even if some key(s) failed to download. Now it (correctly) fails in such cases. |
Oh, that's right! #31 ensures we fail early. So I guess ha.pool.sks-keyservers.net isn't exactly "HA"? |
This is my Dockerfile:
|
Can you try your build again? It seems like there were issues with ha.pool.sks-keyservers.net (as well as S3 and a whole lot of other stuff) but it might be ok now. |
Yeah, there were issues with ha.pool.sks-keyservers.net. I found a different server and used that instead of the ha. Thank you for your help and this project! |
It seems like key 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 is no longer valid, I've searched it in several servers and all of them returned NOT FOUND |
That's odd. It should belong to one of the members of the Node.js release team https://github.com/nodejs/node#release-team And I was able to import the key locally via |
yeah, for some reason, some of the keys work in my docker file, but others dont.
|
Both do work outside of the container though. |
Part of my Dockerfile:
|
Ah, so we've found that pool.sks-keyservers.net isn't too reliable (especially in out test builds) so we try multiple keyservers now:
|
OK, I'll try that... FWIW, this is my current output:
|
@chorrell it worked! Thank you! |
I started to get this error every time I try to install node myself. I run this on a machine where the build worked until today. Any advice?
The text was updated successfully, but these errors were encountered: