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

yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new b94323749d [INFRA][VL] Fix build failures for docker images (#11122)
b94323749d is described below

commit b94323749df31d107ca4a7facd73e53364af5290
Author: PHILO-HE <[email protected]>
AuthorDate: Wed Nov 19 17:28:28 2025 +0800

    [INFRA][VL] Fix build failures for docker images (#11122)
    
    fix the script naming
---
 dev/docker/Dockerfile.centos8-dynamic-build | 12 ++++++------
 dev/docker/Dockerfile.centos8-static-build  |  1 +
 dev/docker/Dockerfile.centos9-dynamic-build | 12 ++++++------
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev/docker/Dockerfile.centos8-dynamic-build 
b/dev/docker/Dockerfile.centos8-dynamic-build
index 9d0f0ca758..3daadc45ff 100644
--- a/dev/docker/Dockerfile.centos8-dynamic-build
+++ b/dev/docker/Dockerfile.centos8-dynamic-build
@@ -46,12 +46,12 @@ RUN set -ex; \
     wget -nv 
https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz 
-P /opt/; \
     git clone --depth=1 https://github.com/apache/incubator-gluten 
/opt/gluten; \
     cd /opt/gluten/.github/workflows/util/; \
-    ./install_spark_resources.sh 3.2; \
-    ./install_spark_resources.sh 3.3; \
-    ./install_spark_resources.sh 3.4; \
-    ./install_spark_resources.sh 3.5; \
-    ./install_spark_resources.sh 3.5-scala2.13; \
-    ./install_spark_resources.sh 4.0; \
+    ./install-spark-resources.sh 3.2; \
+    ./install-spark-resources.sh 3.3; \
+    ./install-spark-resources.sh 3.4; \
+    ./install-spark-resources.sh 3.5; \
+    ./install-spark-resources.sh 3.5-scala2.13; \
+    ./install-spark-resources.sh 4.0; \
     if [ "$(uname -m)" = "aarch64" ]; then \
         export CPU_TARGET="aarch64"; \
     fi; \
diff --git a/dev/docker/Dockerfile.centos8-static-build 
b/dev/docker/Dockerfile.centos8-static-build
index 9e11692273..af990608ec 100644
--- a/dev/docker/Dockerfile.centos8-static-build
+++ b/dev/docker/Dockerfile.centos8-static-build
@@ -44,6 +44,7 @@ RUN set -ex; \
     fi; \
     source /opt/rh/gcc-toolset-11/enable; \
     cd /opt/gluten; \
+    export SSL_VERIFY=false \
     bash ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_tests=ON 
--enable_s3=ON --enable_gcs=ON \
                                     --enable_hdfs=ON --enable_abfs=ON  
build_arrow; \
     mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta -Pspark-3.5 
-DskipTests; \
diff --git a/dev/docker/Dockerfile.centos9-dynamic-build 
b/dev/docker/Dockerfile.centos9-dynamic-build
index b4f5c5ee3c..a030e3f398 100644
--- a/dev/docker/Dockerfile.centos9-dynamic-build
+++ b/dev/docker/Dockerfile.centos9-dynamic-build
@@ -44,12 +44,12 @@ RUN set -ex; \
     wget -nv 
https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz 
-P /opt/; \
     git clone --depth=1 https://github.com/apache/incubator-gluten 
/opt/gluten; \
     cd /opt/gluten/.github/workflows/util/; \
-    ./install_spark_resources.sh 3.2; \
-    ./install_spark_resources.sh 3.3; \
-    ./install_spark_resources.sh 3.4; \
-    ./install_spark_resources.sh 3.5; \
-    ./install_spark_resources.sh 3.5-scala2.13; \
-    ./install_spark_resources.sh 4.0; \
+    ./install-spark-resources.sh 3.2; \
+    ./install-spark-resources.sh 3.3; \
+    ./install-spark-resources.sh 3.4; \
+    ./install-spark-resources.sh 3.5; \
+    ./install-spark-resources.sh 3.5-scala2.13; \
+    ./install-spark-resources.sh 4.0; \
     if [ "$(uname -m)" = "aarch64" ]; then \
         export CPU_TARGET="aarch64"; \
     fi; \


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

Reply via email to