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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 7145e8009f [Branch-1.4][VL] Fix code ref in docker build (#9614)
7145e8009f is described below

commit 7145e8009f79261712d30bbeb7ef1f6c956fb3f6
Author: PHILO-HE <[email protected]>
AuthorDate: Tue May 13 21:03:56 2025 +0800

    [Branch-1.4][VL] Fix code ref in docker build (#9614)
---
 dev/docker/Dockerfile.centos7-static-build        | 2 +-
 dev/docker/Dockerfile.centos8-dynamic-build       | 2 +-
 dev/docker/Dockerfile.centos8-dynamic-build-jdk11 | 2 +-
 dev/docker/Dockerfile.centos8-dynamic-build-jdk17 | 2 +-
 dev/docker/Dockerfile.centos8-static-build        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev/docker/Dockerfile.centos7-static-build 
b/dev/docker/Dockerfile.centos7-static-build
index e9b4ebfb82..33007ab5cc 100644
--- a/dev/docker/Dockerfile.centos7-static-build
+++ b/dev/docker/Dockerfile.centos7-static-build
@@ -28,7 +28,7 @@ RUN sed -i \
 
 RUN yum install -y git patch wget sudo java-1.8.0-openjdk-devel ccache
 
-RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
+RUN git clone --depth=1 -b branch-1.4 
https://github.com/apache/incubator-gluten /opt/gluten
 
 RUN echo "check_certificate = off" >> ~/.wgetrc
 
diff --git a/dev/docker/Dockerfile.centos8-dynamic-build 
b/dev/docker/Dockerfile.centos8-dynamic-build
index 7888a3ee29..52efaa6afe 100644
--- a/dev/docker/Dockerfile.centos8-dynamic-build
+++ b/dev/docker/Dockerfile.centos8-dynamic-build
@@ -37,7 +37,7 @@ RUN wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-cele
 RUN wget -nv 
https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz
 -P /opt/
 RUN wget -nv 
https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz 
-P /opt/
 
-RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
+RUN git clone --depth=1 -b branch-1.4 
https://github.com/apache/incubator-gluten /opt/gluten
 
 RUN 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
diff --git a/dev/docker/Dockerfile.centos8-dynamic-build-jdk11 
b/dev/docker/Dockerfile.centos8-dynamic-build-jdk11
index 2f33211d3b..79698e3466 100644
--- a/dev/docker/Dockerfile.centos8-dynamic-build-jdk11
+++ b/dev/docker/Dockerfile.centos8-dynamic-build-jdk11
@@ -37,7 +37,7 @@ RUN wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-cele
 RUN wget -nv 
https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz
 -P /opt/
 RUN wget -nv 
https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz 
-P /opt/
 
-RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
+RUN git clone --depth=1 -b branch-1.4 
https://github.com/apache/incubator-gluten /opt/gluten
 
 RUN 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
diff --git a/dev/docker/Dockerfile.centos8-dynamic-build-jdk17 
b/dev/docker/Dockerfile.centos8-dynamic-build-jdk17
index 158ae61790..ad074247d9 100644
--- a/dev/docker/Dockerfile.centos8-dynamic-build-jdk17
+++ b/dev/docker/Dockerfile.centos8-dynamic-build-jdk17
@@ -37,7 +37,7 @@ RUN wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-cele
 RUN wget -nv 
https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz
 -P /opt/
 RUN wget -nv 
https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz 
-P /opt/
 
-RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
+RUN git clone --depth=1 -b branch-1.4 
https://github.com/apache/incubator-gluten /opt/gluten
 
 RUN 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
diff --git a/dev/docker/Dockerfile.centos8-static-build 
b/dev/docker/Dockerfile.centos8-static-build
index 21864bb27a..810769bd41 100644
--- a/dev/docker/Dockerfile.centos8-static-build
+++ b/dev/docker/Dockerfile.centos8-static-build
@@ -30,7 +30,7 @@ RUN wget --no-check-certificate 
https://downloads.apache.org/maven/maven-3/3.8.8
     mv apache-maven-3.8.8 /usr/lib/maven
 ENV PATH=${PATH}:/usr/lib/maven/bin
 
-RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
+RUN git clone --depth=1 -b branch-1.4 
https://github.com/apache/incubator-gluten /opt/gluten
 
 RUN cd /opt/gluten && bash ./dev/vcpkg/setup-build-depends.sh
 


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

Reply via email to