This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 9605e00fad6 [fix](catalog-cases) set default docker list (#25689)
9605e00fad6 is described below
commit 9605e00fad6ae0f2f1404bc312690652055187e2
Author: zhangguoqiang <[email protected]>
AuthorDate: Fri Oct 20 16:52:44 2023 +0800
[fix](catalog-cases) set default docker list (#25689)
---
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 28b410f4ac2..d1065fa4dd9 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,kafka,hudi,trino"
+ 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]