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

upgrade kafka-manager to 1.3.3.13 #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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.22 \
KM_REVISION=de5a2fad6c3cb28fa37e79eab1def2609a8c4fff \
KM_CONFIGFILE="conf/application.conf"

ADD start-kafka-manager.sh /kafka-manager-${KM_VERSION}/start-kafka-manager.sh
Expand Down