Skip to content

Commit

Permalink
Pin cp-kafka and cp-zookeeper at version 7.0.0
Browse files Browse the repository at this point in the history
There is an issue with the latest cp-kafka docker image version 7.0.1 which prevents it from starting (see confluentinc/kafka-images#127). Pinning kafka and zookeeper images a version 7.0.0 for now.
  • Loading branch information
douggish committed Sep 18, 2023
1 parent 08beb5e commit 5ac527c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IO.Eventuate.Tram.IntegrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ services:
working_dir: /app
entrypoint: [ "dotnet", "test", "IO.Eventuate.Tram.IntegrationTests.dll", "--verbosity", "normal", "--logger", "trx" ]
zookeeper:
image: confluentinc/cp-zookeeper:5.5.0
image: confluentinc/cp-zookeeper:7.0.0
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
kafka:
image: confluentinc/cp-kafka:5.5.0
image: confluentinc/cp-kafka:7.0.0
depends_on:
- zookeeper
environment:
Expand Down

0 comments on commit 5ac527c

Please sign in to comment.