Skip to content

Commit

Permalink
[SREH-705] Update zookeeper image to pull from new Prima mirror (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlinhamprima authored Jul 15, 2024
1 parent 4d504cf commit 98b6660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
zookeeper:
image: public.ecr.aws/prima/zookeeper:7.3.0
image: public.ecr.aws/primaassicurazioni/confluentinc/cp-zookeeper:7.3.0
ports:
- 2181:2181
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

zookeeper:
container_name: zookeeper
image: public.ecr.aws/prima/zookeeper:7.3.0-1
image: public.ecr.aws/primaassicurazioni/confluentinc/cp-zookeeper:7.3.0
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
Expand Down

0 comments on commit 98b6660

Please sign in to comment.