-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1033 from amjad1233/issue-1032-update-solr-drupal…
…-config Add jump_start config to Solr 8 image
- Loading branch information
Showing
20 changed files
with
9 additions
and
2,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
ARG IMAGE_REPO | ||
FROM ${IMAGE_REPO:-lagoon}/commons as jumpstart | ||
|
||
ADD https://git.drupalcode.org/project/search_api_solr.git#4.3.3 /search_api_solr | ||
|
||
ARG IMAGE_REPO | ||
FROM ${IMAGE_REPO:-lagoon}/solr-8 | ||
|
||
LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" | ||
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images" | ||
|
||
COPY drupal-4.1.1-solr-8.x-0 /solr-conf | ||
COPY --from=jumpstart /search_api_solr/jump-start/solr8/config-set /solr-conf/conf | ||
ENV SOLR_INSTALL_DIR=/opt/solr | ||
|
||
CMD ["solr-precreate", "drupal", "/solr-conf"] | ||
CMD ["solr-precreate", "drupal", "/solr-conf"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
164 changes: 0 additions & 164 deletions
164
images/solr-drupal/drupal-4.1.1-solr-8.x-0/conf/accents_en.txt
This file was deleted.
Oops, something went wrong.
148 changes: 0 additions & 148 deletions
148
images/solr-drupal/drupal-4.1.1-solr-8.x-0/conf/accents_und.txt
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
images/solr-drupal/drupal-4.1.1-solr-8.x-0/conf/elevate.xml
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Oops, something went wrong.