-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
I got this error ”keyserver receive failed: Server indicated a failure“ #597
Comments
docker-library/official-images#4252 (comment)
This is what we do for GPG issues docker-library/official-images#4252 (comment) You can keep running the build and it will eventually succeed since Or you could add more servers to try docker-library/php#586 (comment) docker-library/tomcat#87 (comment)
|
I've tried all of the above servers and none of them seem to have Current workaround:
|
The email address on that key is verified on https://keys.openpgp.org, so you can use |
Thank you very much!
|
yep, but i'm add more servers |
You can try #597 (comment) |
Sorry, am I doing this right? $ gpg --batch --keyserver https://keys.openpgp.org --recv-keys E3FF2839C048B25C084DEBE9B26995E310250568
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0 |
You want to use |
Thanks for the feedback. That's what I tried at first, but that gives the same error as the other keyservers: $ gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys E3FF2839C048B25C084DEBE9B26995E310250568
gpg: keyserver receive failed: Server indicated a failure Could you confirm that this command works for you? (Or am I mistyping something?) |
Yep, I can confirm that exact command works fine for me: $ docker run -it --rm --dns 1.1.1.1 buildpack-deps:buster-curl gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys E3FF2839C048B25C084DEBE9B26995E310250568
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key B26995E310250568: public key "\xc5\x81ukasz Langa (GPG langa.pl) <lukasz@langa.pl>" imported
gpg: Total number processed: 1
gpg: imported: 1 |
Oof. Can confirm that it works in Docker, but not MacOS. Sorry for the noise and thanks for the help. |
You can try those keyservers :
|
Where did I go wrong?
Please look at it. Thank you!
I used this template Dockerfile-debian.template
The text was updated successfully, but these errors were encountered: