HoustonPutman commented on a change in pull request #2020: URL: https://github.com/apache/lucene-solr/pull/2020#discussion_r510997092
########## File path: help/docker.txt ########## @@ -0,0 +1,53 @@ +Docker Images for Solr +====================== + +Solr docker images are built using Palantir's Docker Gradle plugin, https://github.com/palantir/gradle-docker. + +Common Inputs +------------- + +The docker image and it's tag can be customized via the following options, all accepted via both Environment Variables and Gradle Properties. + +Docker Image Repository: + Default: "apache/solr" + EnvVar: DOCKER_SOLR_IMAGE_REPO + Gradle Property: -Pdocker.solr.imageRepo Review comment: I could go either way. Say we add a prometheus exporter. Which would we prefer? - `docker.solr.imageRepo` and `docker.prometheusExporter.imageRepo` - `solr.docker.imageRepo` and `prometheusExporter.docker.imageRepo` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org