eBay / griffin

Model driven data quality service
https://ebay.github.io/griffin/
Other
240 stars 165 forks source link

run in docker problem #36

Closed zengqicheng closed 7 years ago

zengqicheng commented 7 years ago

Step 18 : RUN chmod -R 755 $GRIFFIN_HOME ---> Running in 6c152e9159cb ---> c9ea121d4b74 Removing intermediate container 6c152e9159cb Step 19 : RUN cd /apache && wget https://www.apache.org/dist/tomcat/tomcat-7/v7.0.72/bin/apache-tomcat-7.0.72.tar.gz && tar -xvf apache-tomcat-7.0.72.tar.gz && ln -s apache-tomcat-7.0.72 tomcat ---> Running in 0f27c2c8f3bd --2017-01-22 02:21:09-- https://www.apache.org/dist/tomcat/tomcat-7/v7.0.72/bin/apache-tomcat-7.0.72.tar.gz Resolving www.apache.org... 88.198.26.2, 140.211.11.105, 2a01:4f8:130:2192::2 Connecting to www.apache.org|88.198.26.2|:443... failed: Connection timed out. Connecting to www.apache.org|140.211.11.105|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2017-01-22 02:23:18 ERROR 404: Not Found.

The command '/bin/sh -c cd /apache && wget https://www.apache.org/dist/tomcat/tomcat-7/v7.0.72/bin/apache-tomcat-7.0.72.tar.gz && tar -xvf apache-tomcat-7.0.72.tar.gz && ln -s apache-tomcat-7.0.72 tomcat' returned a non-zero code: 8

bhlx3lyx7 commented 7 years ago

It is because that the apache tomcat version has upgraded to 7.0.73, so it could not find resource of 7.0.72. And we've already updated the resource version, you can pull from our git again to update the Dockerfile, try it again, thanks.

zengqicheng commented 7 years ago

thank you.