tuhaihe commented on code in PR #1692:
URL: https://github.com/apache/cloudberry/pull/1692#discussion_r3128900441


##########
devops/sandbox/Dockerfile.RELEASE.rockylinux9:
##########
@@ -120,58 +121,22 @@ USER gpadmin
 WORKDIR /home/gpadmin
 
 # Release version to build (Apache official tarball)
-ARG CB_RELEASE_VERSION=2.0.0-incubating
+ARG CB_RELEASE_VERSION=2.1.0-incubating
 
 # Download and extract the specified release version from Apache
-RUN wget -nv 
"https://downloads.apache.org/incubator/cloudberry/${CB_RELEASE_VERSION}/apache-cloudberry-${CB_RELEASE_VERSION}-src.tar.gz";
 -O /home/gpadmin/apache-cloudberry-${CB_RELEASE_VERSION}-src.tar.gz && \
+# Using Apache mirror system for better download reliability and speed
+RUN curl -L -o 
/home/gpadmin/apache-cloudberry-${CB_RELEASE_VERSION}-src.tar.gz \
+    
"https://www.apache.org/dyn/closer.lua/incubator/cloudberry/${CB_RELEASE_VERSION}/apache-cloudberry-${CB_RELEASE_VERSION}-src.tar.gz?action=download";
 && \

Review Comment:
   Already left a comment there. Let's keep the Sandbox unchanged.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to