Merge "update kafka version."

This commit is contained in:
Zuul 2017-11-03 04:49:01 +00:00 committed by Gerrit Code Review
commit 827fc3207f
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.10.1.0/kafka_2.11-0.10.1.0.tgz \
RUN curl -o kafka.tgz http://apache.osuosl.org/kafka/0.11.0.1/kafka_2.12-0.11.0.1.tgz \
&& tar xfvz kafka.tgz \
&& rm kafka.tgz \
&& ln -s kafka* kafka