Skip to content

Commit 10d4a11

Browse files
authored
Infra: Fix e2e compose (#655)
1 parent 0ad8695 commit 10d4a11

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

documentation/compose/e2e-tests.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ services:
2929
KAFKA_CLUSTERS_0_KSQLDBSERVER: http://ksqldb:8088
3030

3131
kafka0:
32-
image: confluentinc/cp-kafka:7.2.1
32+
image: confluentinc/cp-kafka:7.6.0
33+
user: "0:0"
3334
hostname: kafka0
3435
container_name: kafka0
3536
healthcheck:
@@ -58,12 +59,10 @@ services:
5859
KAFKA_INTER_BROKER_LISTENER_NAME: 'PLAINTEXT'
5960
KAFKA_CONTROLLER_LISTENER_NAMES: 'CONTROLLER'
6061
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
61-
volumes:
62-
- ./scripts/update_run.sh:/tmp/update_run.sh
63-
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
62+
CLUSTER_ID: 'MkU3OEVBNTcwNTJENDM2Qk'
6463

6564
schemaregistry0:
66-
image: confluentinc/cp-schema-registry:7.2.1
65+
image: confluentinc/cp-schema-registry:7.6.0
6766
ports:
6867
- 8085:8085
6968
depends_on:
@@ -88,7 +87,7 @@ services:
8887
build:
8988
context: ./kafka-connect
9089
args:
91-
image: confluentinc/cp-kafka-connect:6.0.1
90+
image: confluentinc/cp-kafka-connect:7.6.0
9291
ports:
9392
- 8083:8083
9493
depends_on:
@@ -122,7 +121,7 @@ services:
122121
# AWS_SECRET_ACCESS_KEY: ""
123122

124123
kafka-init-topics:
125-
image: confluentinc/cp-kafka:7.2.1
124+
image: confluentinc/cp-kafka:7.6.0
126125
volumes:
127126
- ./data/message.json:/data/message.json
128127
depends_on:
@@ -162,7 +161,7 @@ services:
162161
command: bash -c '/connectors/start.sh'
163162

164163
ksqldb:
165-
image: confluentinc/ksqldb-server:0.18.0
164+
image: confluentinc/cp-ksqldb-server:7.6.0
166165
healthcheck:
167166
test: [ "CMD", "timeout", "1", "curl", "--silent", "--fail", "http://localhost:8088/info" ]
168167
interval: 30s

0 commit comments

Comments
 (0)