Coornail / apachesolr-drupal-docker

Docker image for ApacheSolr for Drupal search
MIT License
1 stars 5 forks source link

4.10.4 is no longer hosted at that URL #4

Open mccrodp opened 8 years ago

mccrodp commented 8 years ago

I get the following. At time of posting, only 5.5.1 is hosted, no 4.x versions. Step 8 : RUN mkdir -p /opt && wget -nv --output-document=/opt/$SOLR.tgz http://www.mirrorservice.org/sites/ftp.apache.org/lucene/solr/$SOLR_VERSION/$SOLR.tgz && tar -C /opt --extract --file /opt/$SOLR.tgz && rm /opt/$SOLR.tgz && mv /opt/$SOLR /opt/solr ---> Running in 4c7924e62987 http://www.mirrorservice.org/sites/ftp.apache.org/lucene/solr/4.10.4/solr-4.10.4.tgz: 2016-06-01 11:29:04 ERROR 404: Not Found. ERROR: Service 'solr' failed to build: The command '/bin/sh -c mkdir -p /opt && wget -nv --output-document=/opt/$SOLR.tgz http://www.mirrorservice.org/sites/ftp.apache.org/lucene/solr/$SOLR_VERSION/$SOLR.tgz && tar -C /opt --extract --file /opt/$SOLR.tgz && rm /opt/$SOLR.tgz && mv /opt/$SOLR /opt/solr' returned a non-zero code: 8

mccrodp commented 8 years ago

Looks like this is a more reliable link: http://archive.apache.org/dist/lucene/solr

Coornail commented 8 years ago

https://github.com/Coornail/apachesolr-drupal-docker/pull/5 This should fix it.