Skip to content

Commit

Permalink
[FAB-7046] switch to apache archive site
Browse files Browse the repository at this point in the history
Use archive.apache.org instead of www-us.apache.org as the archive
site maintains older versions

Change-Id: Icf87b63bc0db19637c5c5c2709c569f27ac48f01
Signed-off-by: Sheehan Anderson <[email protected]>
  • Loading branch information
srderson committed Nov 21, 2017
1 parent a2ebd1b commit 4747235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kafka/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV SCALA_VERSION=2.11 \
KAFKA_VERSION=0.10.2.1 \
KAFKA_DOWNLOAD_SHA256=b86f75c8f078bc818031568155dd442ba6c1ed849663d0a7da9870efc96be461

RUN curl -fsSL "http://www-us.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" -o kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz \
RUN curl -fsSL "http://archive.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" -o kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz \
&& echo "${KAFKA_DOWNLOAD_SHA256} kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" | sha256sum -c - \
&& tar xfz kafka_"$SCALA_VERSION"-"$KAFKA_VERSION".tgz -C /opt \
&& mv /opt/kafka_"$SCALA_VERSION"-"$KAFKA_VERSION" /opt/kafka \
Expand Down

0 comments on commit 4747235

Please sign in to comment.