This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 783b165ced2 branch-3.0: [fix](docker) update kafka docker image to 
internal src #55460 (#55489)
783b165ced2 is described below

commit 783b165ced23eae94b4601319501c7bd3f2c8a06
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 4 10:21:53 2025 +0800

    branch-3.0: [fix](docker) update kafka docker image to internal src #55460 
(#55489)
    
    Cherry-picked from #55460
    
    Co-authored-by: MoanasDaddyXu <[email protected]>
---
 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 af5822c573f..d2629694b1c 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: 192.168.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:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to