You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/03/17 17:42:50 UTC

[avro] branch master updated: AVRO-3079: Fix Forrest download URL in Dockerfile (#1138)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new c030d42  AVRO-3079: Fix Forrest download URL in Dockerfile (#1138)
c030d42 is described below

commit c030d4201e315f62f11ea9757017c38239fa6a17
Author: Kengo Seki <se...@apache.org>
AuthorDate: Thu Mar 18 02:42:40 2021 +0900

    AVRO-3079: Fix Forrest download URL in Dockerfile (#1138)
---
 share/docker/DockerfileLocal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/docker/DockerfileLocal b/share/docker/DockerfileLocal
index dae1d53..34dd02c 100644
--- a/share/docker/DockerfileLocal
+++ b/share/docker/DockerfileLocal
@@ -20,8 +20,8 @@
 FROM avro-build-ci
 
 # Install Forrest in /usr/local/apache-forrest
-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/ && \
+RUN curl -L -s "https://archive.apache.org/dist/forrest/apache-forrest-0.9-sources.tar.gz" | tar -xzf - -C /usr/local/ && \
+    curl -L -s "https://archive.apache.org/dist/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