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

zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 0533911275b [Enhance](regression)change external default docker list 
(#25573)
0533911275b is described below

commit 0533911275b0192f0ddebe9b5dda6e47a7a993d5
Author: zhangguoqiang <[email protected]>
AuthorDate: Wed Oct 18 15:56:10 2023 +0800

    [Enhance](regression)change external default docker list (#25573)
---
 docker/thirdparties/run-thirdparties-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/thirdparties/run-thirdparties-docker.sh 
b/docker/thirdparties/run-thirdparties-docker.sh
index de55f9c3396..32a6db41f8b 100755
--- a/docker/thirdparties/run-thirdparties-docker.sh
+++ b/docker/thirdparties/run-thirdparties-docker.sh
@@ -60,7 +60,7 @@ STOP=0
 
 if [[ "$#" == 1 ]]; then
     # default
-    
COMPONENTS="mysql,pg,oracle,sqlserver,clickhouse,hive,iceberg,hudi,trino,kafka"
+    COMPONENTS="mysql,es,hive,pg,oracle,sqlserver,clickhouse"
 else
     while true; do
         case "$1" in


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

Reply via email to