Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 596 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 596 Bytes

kafka

circleci

Tiny Alpine image for running Apache Kafka with Kafka Manager.

Building

You need to build the kafka-manager prior to building the docker image

docker run --rm -ti -v $PWD/kafka-manager:/target -w /target quay.io/vektorcloud/build sbt clean dist
docker build -t quay.io/vektorcloud/kafka .