We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The maven 3.6.3 archive has been removed. Would you like to submit a PR to fix it?
Sorry, something went wrong.
#87
No branches or pull requests
Dockerfile-centos-dashboard:
MAVEN_VERSION=3.6.3 -> MAVEN_VERSION=3.9.3
The text was updated successfully, but these errors were encountered: