From 3240b531723023b5c11f7bd5176b6f05436594f9 Mon Sep 17 00:00:00 2001 From: MoanasDaddyXu Date: Fri, 29 Aug 2025 10:14:17 +0700 Subject: [PATCH] [fix][docker] update kafka docker image to internal src --- docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl b/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl index ba60b8905ceb99..e3322ce2ff645d 100644 --- a/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl +++ b/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl @@ -25,7 +25,7 @@ networks: - subnet: 168.51.0.0/24 services: doris--zookeeper: - image: bitnami/zookeeper + image: doristhirdpartydocker/zookeeper restart: always container_name: doris--zookeeper ports: @@ -43,7 +43,7 @@ services: networks: - doris--kafka--network doris--kafka: - image: bitnami/kafka:2 + image: doristhirdpartydocker/kafka restart: always container_name: doris--kafka depends_on: