Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR 404: Not Found. #86

Open
dsencheng opened this issue Jul 27, 2023 · 2 comments
Open

ERROR 404: Not Found. #86

dsencheng opened this issue Jul 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@dsencheng
Copy link

dsencheng commented Jul 27, 2023

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

@caigy caigy added the bug Something isn't working label Jul 27, 2023
@caigy
Copy link
Contributor

caigy commented Jul 27, 2023

The maven 3.6.3 archive has been removed. Would you like to submit a PR to fix it?

@dsencheng
Copy link
Author

The maven 3.6.3 archive has been removed. Would you like to submit a PR to fix it?

#87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants