docker-library / cassandra

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

Dockerfile will not build ha.pool.sks-keyservers.net DNS is dead #234

Closed f15hb0wn closed 3 years ago

f15hb0wn commented 3 years ago

DNS records for pool.sks-keyservers.net are dead (see: sks-keyservers.net for details.) This prevents GPG key import and docker build to fail. List of active keyservers can be found here: https://sks-keyservers.net/status/.

docker build will fail on L110 of Dockerfile. This effects 4.0rc2 and all previous Dockerfile versions

wglambert commented 3 years ago

Fixed with https://github.com/docker-library/cassandra/commit/6d3117157c726a7d3a8667f56e6fb046cfe18106 And pushed to Dockerhub in https://github.com/docker-library/official-images/pull/10458