Skip to content

Commit 939f2e0

Browse files
committed
versioning landoop stack
1 parent 2d66e86 commit 939f2e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This replicates as well as possible real deployment configurations, where you ha
55
## Stack version
66

77
- Zookeeper version: 3.4.9
8-
- Kafka version: 0.10.1.0 (Confluent 3.1.2)
8+
- Kafka version: 0.10.1.1 (Confluent 3.1.2)
99
- Kafka Schema Registry: Confluent 3.1.2
10-
- Kafka Schema Registry UI: 0.7.1 (no guarantee as docker images aren't tagged)
10+
- Kafka Schema Registry UI: 0.9.0
1111
- Kafka Rest Proxy: Confluent 3.1.2
12-
- Kafka Topics UI: 0.7.3 (no guarantee as docker images aren't tagged)
12+
- Kafka Topics UI: 0.8.2
1313
- Kafka Connect: Confluent 3.1.2
14-
- Kafka Connect UI: unversioned
14+
- Kafka Connect UI: 0.8.2
1515

1616
## Single Zookeeper / Single Kafka
1717

full-stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- kafka1
4242

4343
schema-registry-ui:
44-
image: landoop/schema-registry-ui
44+
image: landoop/schema-registry-ui:0.9.0
4545
ports:
4646
- "8001:8000"
4747
environment:
@@ -66,7 +66,7 @@ services:
6666
- kafka-schema-registry
6767

6868
kafka-topics-ui:
69-
image: landoop/kafka-topics-ui
69+
image: landoop/kafka-topics-ui:0.8.2
7070
ports:
7171
- "8000:8000"
7272
environment:
@@ -105,7 +105,7 @@ services:
105105
- kafka-rest-proxy
106106

107107
kafka-connect-ui:
108-
image: landoop/kafka-connect-ui
108+
image: landoop/kafka-connect-ui:0.8.2
109109
ports:
110110
- "8003:8000"
111111
environment:

0 commit comments

Comments
 (0)