Closed kahou82 closed 4 years ago
Trying to do make build-stamp.3.0.0 but see the following error
URL is https://www.bro.org/downloads/zeek-3.0.0.tar.gz --2020-03-31 22:33:05-- https://www.bro.org/downloads/zeek-3.0.0.tar.gz Resolving www.bro.org (www.bro.org)... 192.150.187.43 Connecting to www.bro.org (www.bro.org)|192.150.187.43|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.zeek.org/downloads/zeek-3.0.0.tar.gz [following] --2020-03-31 22:33:05-- https://www.zeek.org/downloads/zeek-3.0.0.tar.gz Resolving www.zeek.org (www.zeek.org)... 192.0.78.150, 192.0.78.212 Connecting to www.zeek.org (www.zeek.org)|192.0.78.150|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://zeek.org/downloads/zeek-3.0.0.tar.gz [following] --2020-03-31 22:33:06-- https://zeek.org/downloads/zeek-3.0.0.tar.gz Resolving zeek.org (zeek.org)... 192.0.78.150, 192.0.78.212 Connecting to zeek.org (zeek.org)|192.0.78.150|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2020-03-31 22:33:07 ERROR 404: Not Found.
If I manually change common/buildbro to use the old-zeek URL, it can download the image:
KALEI-M-V11L:zeek-docker kalei$ git diff common/buildbro diff --git a/common/buildbro b/common/buildbro index 479cff5..c33e369 100755 --- a/common/buildbro +++ b/common/buildbro @@ -3,7 +3,7 @@ BRO=$1 VER=$2 BUILD_TYPE=${3-Release} -URL=https://www.bro.org/downloads/${BRO}-${VER}.tar.gz +URL=https://old.zeek.org/downloads/${BRO}-${VER}.tar.gz echo VER is $VER echo URL is $URL
Trying to do make build-stamp.3.0.0 but see the following error
If I manually change common/buildbro to use the old-zeek URL, it can download the image: