This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 3d5204135aa branch-2.1: [fix](docker) update kafka docker image to
internal src #55460 (#55488)
3d5204135aa is described below
commit 3d5204135aaaafbfebbcb31e3550f430e60bbdaa
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 30 15:42:10 2025 +0800
branch-2.1: [fix](docker) update kafka docker image to internal src #55460
(#55488)
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 3e8fc50ae28..4487cf38625 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:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]