[ 
https://issues.apache.org/jira/browse/KAFKA-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manikumar resolved KAFKA-6564.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.2

This will get fixed in upcoming 1.0.2 release.

> Fix broken links in Dockerfile
> ------------------------------
>
>                 Key: KAFKA-6564
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6564
>             Project: Kafka
>          Issue Type: Test
>            Reporter: Andriy Sorokhtey
>            Priority: Minor
>             Fix For: 1.0.2
>
>
> https://github.com/apache/kafka/blob/1.0.0/tests/docker/Dockerfile
> {noformat}
> # Install binary test dependencies.
> ENV MIRROR="http://mirrors.ocf.berkeley.edu/apache/";
> RUN mkdir -p "/opt/kafka-0.8.2.2" && curl -s 
> "${MIRROR}kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz" | tar xz --strip-components=1 
> -C "/opt/kafka-0.8.2.2"
> RUN mkdir -p "/opt/kafka-0.9.0.1" && curl -s 
> "${MIRROR}kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz" | tar xz --strip-components=1 
> -C "/opt/kafka-0.9.0.1"
> RUN mkdir -p "/opt/kafka-0.10.0.1" && curl -s 
> "${MIRROR}kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz" | tar xz 
> --strip-components=1 -C "/opt/kafka-0.10.0.1"
> RUN mkdir -p "/opt/kafka-0.10.1.1" && curl -s 
> "${MIRROR}kafka/0.10.1.1/kafka_2.11-0.10.1.1.tgz" | tar xz 
> --strip-components=1 -C "/opt/kafka-0.10.1.1"
> RUN mkdir -p "/opt/kafka-0.10.2.1" && curl -s 
> "${MIRROR}kafka/0.10.2.1/kafka_2.11-0.10.2.1.tgz" | tar xz 
> --strip-components=1 -C "/opt/kafka-0.10.2.1"
> RUN mkdir -p "/opt/kafka-0.11.0.0" && curl -s 
> "${MIRROR}kafka/0.11.0.0/kafka_2.11-0.11.0.0.tgz" | tar xz 
> --strip-components=1 -C "/opt/kafka-0.11.0.0"
> {noformat}
> This links seems to be broken and automated tests executed on docker fails 
> with error:
> {noformat}
> log: /bin/sh -c mkdir -p "/opt/kafka-0.8.2.2" && curl -s 
> "${MIRROR}kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz" | tar xz --strip-components=1 
> -C "/opt/kafka-0.8.2.2"' returned a non-zero code: 2
> {noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to