Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-3079

Fix Forrest download URL in Dockerfile

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.11.0
    • build, docker
    • None

    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

          Activity

            People

              sekikn Kengo Seki
              sekikn Kengo Seki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: