janhoy commented on a change in pull request #773:
URL: https://github.com/apache/solr/pull/773#discussion_r837908156



##########
File path: solr/docker/templates/Dockerfile.official.header.template
##########
@@ -34,13 +34,13 @@ ARG SOLR_DOWNLOAD_URL
 # TODO: see patch in SOLR-15250 for some example ideas on fixing this to be 
more strict
 
 # Override the default solr download location with a prefered mirror, e.g.:
-#   docker build -t mine --build-arg 
SOLR_DOWNLOAD_SERVER=http://www-eu.apache.org/dist/lucene/solr .
+#   docker build -t mine --build-arg 
SOLR_DOWNLOAD_SERVER=http://www-eu.apache.org/dist/solr/solr .

Review comment:
       www-eu redirects to downloads:
   ```suggestion
   #   docker build -t mine --build-arg 
SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .
   ```
   
   Have not thought closely about internal structure, but since we have 
solr-operator, it may make sense to add the extra `solr` level i.e.  
`.../solr/solr/x.y.z/`.




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

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to