KAFKA-4688: The Docker image should contain version 0.10.1.0 of Kafka#2424
KAFKA-4688: The Docker image should contain version 0.10.1.0 of Kafka#2424cmccabe wants to merge 2 commits intoapache:trunkfrom
Conversation
|
I think we also need to update vagrantfile. I'll take a look when I get home. |
|
@cmccabe https://github.com/apache/kafka/blob/trunk/vagrant/base.sh#L64-L69 is where we install it for Vagrant VMs. |
|
And I should mention that I made sure the corresponding URLs will be there -- in that case we haven't been relying on random mirrors and just used a reliable source of our own. |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
| RUN wget -q "${MIRROR}kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz" -O "/tmp/kafka_2.10-0.8.2.2.tgz" && tar xfz /tmp/kafka_2.10-0.8.2.2.tgz -C /opt && mv "/opt/kafka_2.10-0.8.2.2" "/opt/kafka-0.8.2.2" | ||
| RUN wget -q "${MIRROR}kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz" -O "/tmp/kafka_2.10-0.9.0.1.tgz" && tar xfz /tmp/kafka_2.10-0.9.0.1.tgz -C /opt && mv "/opt/kafka_2.10-0.9.0.1" "/opt/kafka-0.9.0.1" | ||
| RUN wget -q "${MIRROR}kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz" -O "/tmp/kafka_2.10-0.10.0.1.tgz" && tar xfz /tmp/kafka_2.10-0.10.0.1.tgz -C /opt && mv "/opt/kafka_2.10-0.10.0.1" "/opt/kafka-0.10.0.1" | ||
| RUN wget -q "${MIRROR}kafka/0.10.1.0/kafka_2.10-0.10.1.0.tgz" -O "/tmp/kafka_2.10-0.10.1.0.tgz" && tar xfz /tmp/kafka_2.10-0.10.1.0.tgz -C /opt && mv "/opt/kafka_2.10-0.10.1.0" "/opt/kafka-0.10.1.0" |
There was a problem hiding this comment.
I think this should be 0.10.1.1. Same for the other file.
ijuma
left a comment
There was a problem hiding this comment.
Thanks for the PR, LGTM. I changed the version to be 0.10.1.1 before merging to trunk and 0.10.2.
Author: Colin P. Mccabe <cmccabe@confluent.io> Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>, Ismael Juma <ismael@juma.me.uk> Closes #2424 from cmccabe/KAFKA-4688 (cherry picked from commit 5671806) Signed-off-by: Ismael Juma <ismael@juma.me.uk>
Author: Colin P. Mccabe <cmccabe@confluent.io> Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>, Ismael Juma <ismael@juma.me.uk> Closes apache#2424 from cmccabe/KAFKA-4688
No description provided.