This image is the kafka base. It comes from alpine-jvm8.
100K+
This image is the kafka base. It comes from alpine-jvm8.
docker build -t rawmind/alpine-kafka:<version> .
1.1.0-1 (Dockerfile)1.0.0-3 (Dockerfile)0.11.0.1-0 (Dockerfile)0.11.0.0-3 (Dockerfile)0.10.2.1 (Dockerfile)0.10.2.0-2 (Dockerfile)0.10.0.1-1 (Dockerfile)0.10.0.0-7 (Dockerfile)0.9.0.1-2 (Dockerfile)This image runs kafka with monit. Kafka is started with user and group "kafka".
Besides, you can customize the configuration in several ways:
kafka is installed with the default configuration and some parameters can be overrided with env variables:
Kafka is installed under /opt/kafka and make use of /opt/kafka/config/server.properties.
You can edit this files in order customize configuration
You could also include FROM rawmind/alpine-kafka at the top of your Dockerfile, and add your custom config.
If you are running it in rancher, you could run rancher-kafka as a sidekick to get dynamic configuration.
If you are running it in k8s, you could run k8s-kafka at the same pod to get dynamic configuration.
See rancher-example, that run kafka in a rancher system with dynamic configuration.
Content type
Image
Digest
Size
146.6 MB
Last updated
almost 8 years ago
docker pull rawmind/alpine-kafka:1.1.0-1