@@ -17,7 +17,7 @@ services:
1717
1818
1919 kafka1 :
20- image : confluentinc/cp-kafka:3.2.0
20+ image : confluentinc/cp-kafka:3.2.1
2121 hostname : kafka1
2222 ports :
2323 - " 9092:9092"
@@ -33,7 +33,7 @@ services:
3333 - zoo1
3434
3535 kafka-schema-registry :
36- image : confluentinc/cp-schema-registry
36+ image : confluentinc/cp-schema-registry:3.2.1
3737 hostname : kafka-schema-registry
3838 ports :
3939 - " 8081:8081"
@@ -46,7 +46,7 @@ services:
4646 - kafka1
4747
4848 schema-registry-ui :
49- image : landoop/schema-registry-ui:0.9.0
49+ image : landoop/schema-registry-ui:0.9.1
5050 hostname : kafka-schema-registry-ui
5151 ports :
5252 - " 8001:8000"
@@ -57,7 +57,7 @@ services:
5757 - kafka-schema-registry
5858
5959 kafka-rest-proxy :
60- image : confluentinc/cp-kafka-rest:3.2.0
60+ image : confluentinc/cp-kafka-rest:3.2.1
6161 hostname : kafka-rest-proxy
6262 ports :
6363 - " 8082:8082"
@@ -72,7 +72,7 @@ services:
7272 - kafka-schema-registry
7373
7474 kafka-topics-ui :
75- image : landoop/kafka-topics-ui:0.8.2
75+ image : landoop/kafka-topics-ui:0.9.1
7676 hostname : kafka-topics-ui
7777 ports :
7878 - " 8000:8000"
@@ -86,7 +86,7 @@ services:
8686 - kafka-rest-proxy
8787
8888 kafka-connect :
89- image : confluentinc/cp-kafka-connect:3.2.0
89+ image : confluentinc/cp-kafka-connect:3.2.1
9090 hostname : kafka-connect
9191 ports :
9292 - " 8083:8083"
@@ -112,7 +112,7 @@ services:
112112 - kafka-rest-proxy
113113
114114 kafka-connect-ui :
115- image : landoop/kafka-connect-ui:0.8 .2
115+ image : landoop/kafka-connect-ui:0.9 .2
116116 hostname : kafka-connect-ui
117117 ports :
118118 - " 8003:8000"
0 commit comments