dsencheng opened a new issue, #86:
URL: https://github.com/apache/rocketmq-docker/issues/86

   > sh build-image-dashboard.sh 1.0.0 centos
   
   ....
   => ERROR [ 4/13] RUN mkdir -p /usr/share/maven /usr/share/maven/ref &&     
wget -O /tmp/apache-maven.tar.gz https://dlcdn.apache.org/  1.2s
   ------
    > [ 4/13] RUN mkdir -p /usr/share/maven /usr/share/maven/ref &&     wget -O 
/tmp/apache-maven.tar.gz 
https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
 --no-check-certificate &&     tar -xzf /tmp/apache-maven.tar.gz -C 
/usr/share/maven --strip-components=1 &&     rm -f /tmp/apache-maven.tar.gz &&  
   ln -s /usr/share/maven/bin/mvn /usr/bin/mvn:
   0.317 --2023-07-27 06:38:18--  
https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
   0.323 Resolving dlcdn.apache.org (dlcdn.apache.org)... 151.101.2.132, 
2a04:4e42::644
   0.462 Connecting to dlcdn.apache.org 
(dlcdn.apache.org)|151.101.2.132|:443... connected.
   0.998 WARNING: cannot verify dlcdn.apache.org's certificate, issued by 
'/C=US/O=Let\'s Encrypt/CN=R3':
   0.998   Issued certificate has expired.
   0.999 HTTP request sent, awaiting response... 404 Not Found
   1.177 2023-07-27 06:38:19 ERROR 404: Not Found.
   1.177
   ------
   Dockerfile-centos-dashboard:45
   --------------------
     44 |
     45 | >>> RUN mkdir -p /usr/share/maven /usr/share/maven/ref && \
     46 | >>>     wget -O /tmp/apache-maven.tar.gz ${MAVEN_DOWNLOAD_URL} 
--no-check-certificate && \
     47 | >>>     tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven 
--strip-components=1 && \
     48 | >>>     rm -f /tmp/apache-maven.tar.gz && \
     49 | >>>     ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
     50 |
   --------------------
   ERROR: failed to solve: process "/bin/sh -c mkdir -p /usr/share/maven 
/usr/share/maven/ref &&     wget -O /tmp/apache-maven.tar.gz 
${MAVEN_DOWNLOAD_URL} --no-check-certificate &&     tar -xzf 
/tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 &&     rm -f 
/tmp/apache-maven.tar.gz &&     ln -s /usr/share/maven/bin/mvn /usr/bin/mvn" 
did not complete successfully: exit code: 8
   
   
   Dockerfile-centos-dashboard:
   MAVEN_VERSION=3.6.3  ->  MAVEN_VERSION=3.9.3


-- 
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: dev-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to