Skip to content

Commit

Permalink
Merge branch 'main' into hostname_sanitise
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored Jan 17, 2025
2 parents e65b477 + 8d3c549 commit e87b682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/event_source_kafka/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ version: "3"

services:
zookeeper:
image: docker.io/confluentinc/cp-zookeeper:7.0.1
image: mirror.gcr.io/confluentinc/cp-zookeeper:7.0.1
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
ZOOKEEPER_SASL_ENABLED: "false"

broker:
image: docker.io/confluentinc/cp-kafka:7.0.1
image: mirror.gcr.io/confluentinc/cp-kafka:7.0.1
ports:
- "9092:9092" # PLAINTEXT
- "9093:9093" # SSL
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
- ./ansible:/etc/kafka/secrets/ansible

wait_for:
image: docker.io/confluentinc/cp-kafka:7.0.1
image: mirror.gcr.io/confluentinc/cp-kafka:7.0.1
command: echo ok
depends_on:
broker:
Expand Down

0 comments on commit e87b682

Please sign in to comment.