docker-library / cassandra

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

gpg: keyserver receive failed: Cannot assign requested address #205

Closed zrks closed 4 years ago

zrks commented 4 years ago

Commit id:

└─ $ ▶ git log -1
commit 4c146a91f56dc3043284c817f1d61f152199482c (HEAD -> master, origin/master, origin/HEAD)
Author: Tianon Gravi <admwiggin@gmail.com>
Date:   Thu Apr 16 00:01:40 2020 -0700

    Update to gosu 1.12

Build command:

docker image build -t offical-cassandra .

Error:

+ gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57A16DD0047EC749D6EEC0353B12C
gpg: keybox '/tmp/tmp.zwnsOsAht7/pubring.kbx' created
gpg: keyserver receive failed: Cannot assign requested address

How can this be solved? Issue persists for some time :/

wglambert commented 4 years ago

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

wglambert commented 4 years ago

Closing since this isn't an issue with the image