Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Upgrade to Kafka Manager 1.3.3.14 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN yum update -y && \

ENV JAVA_HOME=/usr/java/default/ \
ZK_HOSTS=localhost:2181 \
KM_VERSION=1.3.1.8 \
KM_REVISION=97329cc8bf462723232ee73dc6702c064b5908eb \
KM_VERSION=1.3.3.14 \
KM_REVISION=5de818f330365fc3cd835b8227875ad12f29ed15 \
KM_CONFIGFILE="conf/application.conf"

ADD start-kafka-manager.sh /kafka-manager-${KM_VERSION}/start-kafka-manager.sh
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- ~~1.3.1.6 + 1 : defaulting to openjdk~~
- 1.3.1.6 + 2 : switch to non root user
- 1.3.1.6 + 3 : switch to alpine linux
- 1.3.3.14 : Upgraded Kafka Manager version to support Kafka 0.11.x

## Howto
### Quick Start
Expand Down