Description
I tried to run `./build.sh docker`, but came across the following error. The download URL for Forrest seems to be obsolete.
$ ./build.sh docker ... Step 24/30 : RUN curl -L -s "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-sources.tar.gz" | tar -xzf - -C /usr/local/ && curl -L -s "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-dependencies.tar.gz" | tar -xzf - -C /usr/local/ && mv /usr/local/apache-forrest-0.9 /usr/local/apache-forrest && cd /usr/local/apache-forrest/main && ./build.sh ---> Running in 13da66231f77 gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now The command '/bin/sh -c curl -L -s "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-sources.tar.gz" | tar -xzf - -C /usr/local/ && curl -L -s "https://www.apache.org/dyn/closer.lua?action=download&filename=/forrest/apache-forrest-0.9-dependencies.tar.gz" | tar -xzf - -C /usr/local/ && mv /usr/local/apache-forrest-0.9 /usr/local/apache-forrest && cd /usr/local/apache-forrest/main && ./build.sh' returned a non-zero code: 2
Attachments
Issue Links
- links to