Skip to content

archfish/kafka-manager-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

kafka-manager-docker

Dockerfile for kafka-manager using alpine jre 11

get kafka-manager

cd /tmp

CMAK_VERSION=3.0.0.4
CMAK_RELEASE_FILE=cmak-${CMAK_VERSION}.zip

wget https://github.com/yahoo/CMAK/releases/download/${CMAK_VERSION}/${CMAK_RELEASE_FILE}

unzip CMAK_RELEASE_FILE

build images

docker build -t kafka-manager:alpine .

About

Dockerfile for kafka-manager using alpine jre 11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published