You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,25 @@ Dockerfile for [Apache Kafka](http://kafka.apache.org/)
11
11
12
12
The image is available directly from [Docker Hub](https://hub.docker.com/r/wurstmeister/kafka/)
13
13
14
+
Tags and releases
15
+
-----------------
16
+
17
+
All versions of the image are built from the same set of scripts with only minor variations (i.e. certain features are not supported on older versions). The version format mirrors the Kafka format, `<scala version>-<kafka version>`. Initially, all images are built with the recommended version of scala documented on [http://kafka.apache.org/downloads](http://kafka.apache.org/downloads). Available tags are:
18
+
19
+
-`2.11-1.1.0`
20
+
-`2.11-1.0.1`
21
+
-`2.11-0.11.0.2`
22
+
-`2.11-0.10.2.1`
23
+
-`2.11-0.9.0.1`
24
+
-`2.10-0.8.2.2`
25
+
26
+
Everytime the image is updated, all tags will be pushed with the latest updates. This should allow for greater consistency across tags, as well as any security updates that have been made to the base image.
27
+
14
28
---
15
29
16
30
## Announcements
17
31
32
+
***28-May-2018** - New docker image tag format - see Readme.
18
33
***03-Apr-2018** - *BREAKING* - `KAFKA_ADVERTISED_PROTOCOL_NAME` and `KAFKA_PROTOCOL_NAME` removed. Please update to canonical kafka settings.
19
34
***03-Apr-2018** - *BREAKING* - `KAFKA_ZOOKEEPER_CONNECT` is now a mandatory environment var.
0 commit comments