docker-library / cassandra

Docker Official Image packaging for Cassandra
Apache License 2.0
262 stars 282 forks source link

gpg: keyserver receive failed: Server indicated a failure #239

Closed binbinshi closed 2 years ago

binbinshi commented 2 years ago

C* 3.11.11 local build image error :

anyone help , thank you

wglambert commented 2 years ago

See https://github.com/docker-library/faq#openpgp--gnupg-keys-and-verification (especially https://github.com/tianon/pgp-happy-eyeballs)

https://github.com/docker-library/official-images/issues/4252#issuecomment-381783035

TLDR; GPG servers are extremely flaky . . .

This is what we do for GPG issues https://github.com/docker-library/official-images/issues/4252#issuecomment-405749749

You could keep running the build and it should eventually succeed

Also FROM cassandra might be an option for you, so as to not have to rebuild the image that's already published and just modifying it from there

tianon commented 2 years ago

This is weird -- https://keys.openpgp.org has been very stable for us. :confused:

binbinshi commented 2 years ago

thanks,everybody ; I waited a few days and tried again, now it work ; i think gpg keyservers service unstable。