HoustonPutman commented on issue #364:
URL: https://github.com/apache/solr-operator/issues/364#issuecomment-963323967


   Hello @fernaspiazu, this is a good question.
   
   Starting with Solr Operator `v0.5.0`, you should be able to do the following:
   
   1. Use the init container, and save it in an empty-dir volume. Mount this 
volume into your init-container at any location. 2. Mount this emtpy-dir jar 
volume in your Solr container, somewhere under the data path 
(`/var/solr/data/libs`).
   3. Then use `SolrCloud.spec.additionalLibs=['/var/solr/data/libs']`. (Note 
this will only work for more recent solr versions, but that is fine since you 
are running `8.9.0`.
   
   I recognize that the Solr documentation says the Jar has to be placed in 
WEB_INF/lib, but I really don't think that's possible given the Solr docker 
image.
   
   Give this a try and let me know if it works.


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