zalando-stups / planb-cassandra

Plan B Cassandra for STUPS/AWS with static IPs
Other
27 stars 18 forks source link

Update Dockerfile curl calls to use new URL and fail safer #244

Closed john-coleman closed 4 years ago

john-coleman commented 4 years ago

Fixes https://github.com/zalando-stups/planb-cassandra/issues/243

a1exsh commented 4 years ago

The current version of the download instructions page says use https://downloads.apache.org/cassandra/KEYS: https://cassandra.apache.org/download/

curl -I https://downloads.apache.org/cassandra/KEYS
HTTP/1.1 200 OK
Date: Tue, 07 Jul 2020 10:28:34 GMT
Server: Apache
Last-Modified: Thu, 26 Mar 2020 18:13:43 GMT
ETag: "3f242-5a1c5f1f8fdfe"
Accept-Ranges: bytes
Content-Length: 258626
Access-Control-Allow-Origin: *

Doesn't need a redirect. Let's use this one?

a1exsh commented 4 years ago

@john-coleman thanks. Can we drop the follow redirect flags? Doesn't leave me with a good warm feeling when downloading signature keys.

john-coleman commented 4 years ago

sure

a1exsh commented 4 years ago

:+1:

john-coleman commented 4 years ago

👍

slitsche commented 4 years ago

:+1: