Skip to content

Commit b225b1d

Browse files
committed
Pin Kafka+Zookeeper at 7.6.1
7.7+ moves to KRaft which we can swap to later
1 parent 2ce5393 commit b225b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080

8181
zookeeper:
8282
profiles: [kafka]
83-
image: confluentinc/cp-zookeeper:latest
83+
image: confluentinc/cp-zookeeper:7.6.1
8484
environment:
8585
ZOOKEEPER_CLIENT_PORT: 2181
8686
ZOOKEEPER_TICK_TIME: 2000
@@ -104,7 +104,7 @@ services:
104104
# "`-._,-'"`-._,-'"`-._,-'"`-._,-'"`-._,-'"`-._,-'"`-._,-'"`-._,-'"`-._,-
105105
#
106106
profiles: [kafka]
107-
image: confluentinc/cp-kafka:latest
107+
image: confluentinc/cp-kafka:7.6.1
108108
depends_on:
109109
- zookeeper
110110
ports:

0 commit comments

Comments
 (0)