field description reads

> "/opt/solr-EXACT_VERSION_STRING" for the official Solr docker container

it's actually now /opt/solr

https://github.com/docker-solr/docker-solr#how-the-image-works

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bitswreck created an issue. See original summary.

brianfisher’s picture

idebr’s picture

Status: Active » Needs review
mkalkbrenner’s picture

Status: Needs review » Needs work

Instructions below apply to solr:8.0.0 and above.

Maybe we need to explain both variants.

brianfisher’s picture

Status: Needs work » Needs review

I don't think so, all tags are configured the same

$ docker run -it solr:5 ls /opt/solr
CHANGES.txt  LUCENE_CHANGES.txt  README.txt  contrib  example	server
LICENSE.txt  NOTICE.txt		 bin	     dist     licenses
$ docker run -it solr:6 ls /opt/solr
CHANGES.txt  LUCENE_CHANGES.txt  README.txt  contrib  example	server
LICENSE.txt  NOTICE.txt		 bin	     dist     licenses
$ docker run -it solr:7 ls /opt/solr
CHANGES.txt  LUCENE_CHANGES.txt  README.txt  contrib  example	server
LICENSE.txt  NOTICE.txt		 bin	     dist     licenses
$ docker run -it solr:8 ls /opt/solr
CHANGES.txt  LUCENE_CHANGES.txt  README.txt  contrib  example	server
LICENSE.txt  NOTICE.txt		 bin	     dist     licenses

mkalkbrenner’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.