Merge "Bump kafka version to 1.0.0"

This commit is contained in:
Zuul 2018-01-25 12:36:52 +00:00 committed by Gerrit Code Review
commit d8f5accfda
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.2/kafka_2.12-0.11.0.2.tgz \
RUN curl -o kafka.tgz http://apache.osuosl.org/kafka/1.0.0/kafka_2.12-1.0.0.tgz \
&& tar xfvz kafka.tgz \
&& rm kafka.tgz \
&& ln -s kafka* kafka