kou commented on code in PR #37023:
URL: https://github.com/apache/arrow/pull/37023#discussion_r1286571786


##########
ci/docker/java-jni-manylinux-201x.dockerfile:
##########
@@ -34,7 +34,7 @@ RUN vcpkg install \
 
 # Install Java
 ARG java=1.8.0
-ARG maven=3.9.3
+ARG maven=3.9.4
 RUN yum install -y java-$java-openjdk-devel && \
       yum clean all && \
       curl 
https://dlcdn.apache.org/maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz
 | \

Review Comment:
   Thanks. It seems that  it's a (old?) `curl` problem on CentOS 7.
   
   Could you use the following with Maven 3.9.3? 
   
   ```suggestion
         curl --location 
"https://www.apache.org/dyn/closer.lua?action=download&filename=maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz";
 | \
   ```
   
   We don't use CentOS 7 on our CI. So we will not have the problem on our CI. 
(You can use macOS not CentOS 7 for this, right?)
   



-- 
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]

Reply via email to