lewismc commented on pull request #2:
URL: https://github.com/apache/tika-docker/pull/2#issuecomment-856212348


   This doesn't work either @mhf-ir 
   ```
   ./docker-tool.sh build 1.26 jar-alt-name tesseract-ocr-fra
   ...
   #9 9.069 --2021-06-07 19:53:48--  
https://www.apache.org/dyn/closer.cgi/tika/jar-alt-name-1.26.jar?filename=tika/jar-alt-name-1.26.jar&action=download
   #9 9.070 Resolving www.apache.org (www.apache.org)... 207.244.88.140, 
95.216.26.30, 2a01:4f9:2a:1a61::2
   #9 9.178 Connecting to www.apache.org 
(www.apache.org)|207.244.88.140|:443... connected.
   #9 9.400 HTTP request sent, awaiting response... 404 Not Found
   #9 10.63 2021-06-07 19:53:49 ERROR 404: Not Found.
   #9 10.63
   #9 10.64 --2021-06-07 19:53:49--  
https://archive.apache.org/dist/tika/jar-alt-name-1.26.jar
   #9 10.64 Resolving archive.apache.org (archive.apache.org)... 
138.201.131.134, 2a01:4f8:172:2ec5::2
   #9 10.74 Connecting to archive.apache.org 
(archive.apache.org)|138.201.131.134|:443... connected.
   #9 12.28 HTTP request sent, awaiting response... 404 Not Found
   #9 12.50 2021-06-07 19:53:51 ERROR 404: Not Found.
   #9 12.50
   ------
   executor failed running [/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get 
-y install gnupg2 wget     && wget -t 10 --max-redirect 1 --retry-connrefused 
-qO- https://downloads.apache.org/tika/KEYS | gpg --import     && wget -t 10 
--max-redirect 1 --retry-connrefused $NEAREST_TIKA_SERVER_URL -O 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar || rm 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar     && sh -c "[ -f 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar ]" || wget $ARCHIVE_TIKA_SERVER_URL -O 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar || rm 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar     && sh -c "[ -f 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar ]" || exit 1     && wget -t 10 
--max-redirect 1 --retry-connrefused $DEFAULT_TIKA_SERVER_ASC_URL -O 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar.asc  || rm 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar.asc     && sh -c "[ -f 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar.asc ]" || wget 
$ARCHIVE_TIKA_SERVER_ASC_URL -O /${TIKA_JAR_NAME}-${TIKA_VERSION}.jar.asc || rm 
/${TIKA_JAR_NAME}-${TIKA_VERSION}.jar.as
 c     && sh -c "[ -f /${TIKA_JAR_NAME}-${TIKA_VERSION}.jar.asc ]" || exit 1;]: 
exit code: 1
   ```


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

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


Reply via email to