[GitHub] [solr-docker] HoustonPutman commented on a diff in pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
HoustonPutman commented on code in PR #4: URL: https://github.com/apache/solr-docker/pull/4#discussion_r872729501 ## 9.0/Dockerfile: ## @@ -39,24 +38,30 @@ ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/solr/solr/$SOLR_VERSION/so RUN set -ex; \ apt-get update; \ -

[GitHub] [solr-docker] HoustonPutman commented on a diff in pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
HoustonPutman commented on code in PR #4: URL: https://github.com/apache/solr-docker/pull/4#discussion_r872703859 ## 9.0/Dockerfile: ## @@ -131,6 +134,11 @@ RUN set -ex; \ ln -s /opt/solr/modules /opt/solr/contrib; \ ln -s /opt/solr/prometheus-exporter /opt/solr/modules/pr