Kengo Seki created AVRO-3079:
--------------------------------
Summary: Fix Forrest download URL in Dockerfile
Key: AVRO-3079
URL: https://issues.apache.org/jira/browse/AVRO-3079
Project: Apache Avro
Issue Type: Bug
Components: build, docker
Reporter: Kengo Seki
Assignee: Kengo Seki
I tried to run `./build.sh docker`, but came across the following error. The
download URL for Forrest seems to be obsolete.
{code}
$ ./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
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)