Bump kafka version to 0.11.0.2

Bump kafka version from 0.11.0.1 to 0.11.0.2. The old version is removed
on the download site already.

Change-Id: Ia6638313a060e52246ebbf833a9af1efc78907cf
Closes-Bug: #1733188
This commit is contained in:
Jeffrey Zhang 2017-11-19 21:42:48 +08:00 committed by Jeffrey Zhang
parent 6d2d3b02cd
commit d6b1cee0fe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
{{ macros.install_packages(kafka_packages | customizable("packages")) }}
{% block kafka_install %}
RUN curl -o kafka.tgz http://apache.osuosl.org/kafka/0.11.0.1/kafka_2.12-0.11.0.1.tgz \
RUN curl -o kafka.tgz http://apache.osuosl.org/kafka/0.11.0.2/kafka_2.12-0.11.0.2.tgz \
&& tar xfvz kafka.tgz \
&& rm kafka.tgz \
&& ln -s kafka* kafka