uclibs / uc_drc

DRC migration planning and work
Other
0 stars 0 forks source link

Upgrade solr version, tweak config #116

Closed crowesn closed 3 years ago

crowesn commented 3 years ago

Fixes #115

After consolidating solr config, the solr container was failing to load the test and dev cores. The consolidation used the solr config bundled with the app but the Dockerfile was configured for the standalone. Upgrade the solr version to 7.1 and add a missing core.properties file.

Changes proposed in this pull request:

crowesn commented 3 years ago

@hortongn this is critical for the docker build.

hortongn commented 3 years ago

@crowesn I'm building this in the background and will merge if successful.