-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
build of fpm image fails on gpg: keyserver receive failed: Cannot assign requested address #562
Comments
Potentially related google hits on that error: |
As a work-around i've replaced the hostname ( |
1 similar comment
As a work-around i've replaced the hostname ( |
Same thing for the version 14 image on our x86_64 machines and auto-build on docker hub. |
It is some kind of IPV6-related issue. Try ipv4.pool.sks-keyservers.net instead. |
Been happening for the 14.x now as well and the 15.x |
ipv4.pool.sks-keyservers.net does work. ipv6 is working on this host though, but when I have some time i'll try and look into it a bit more |
This pull request fixed the issue for me #687 |
See #687 (comment) for some thoughts and workarounds. |
I'm trying to build a new image for nextcloud fpm 13.0.8 to upgrade my currently running 13.0.7. I've built the 13.0.7 image on this same system. The system is a raspberry pi 3b+
Somewhere along the way, the command
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A
fails withgpg: keyserver receive failed: Cannot assign requested address
.Full output:
The text was updated successfully, but these errors were encountered: