keitaroinc / docker-ckan

CKAN docker images, docker-compose and examples
Apache License 2.0
72 stars 51 forks source link

Support Solr 8 #67

Closed rjruizes closed 2 years ago

rjruizes commented 2 years ago

CKAN 2.9.5 supports Solr 8. This repo only supports Solr 6.6.6 (Dockerfile)

mbocevski commented 2 years ago

@rjruizes work is in progress in #68, it will be merged this week after verification and review. We also will provide support in our helm chart.

blazhovsky commented 2 years ago

@rjruizes SOLR 8 is now supported after merging #68. We didn't run into issues during our tests so I'm closing this issue.

rjruizes commented 2 years ago

Thanks. Looks like your solution is equivalent to the ckan/ckan-solr:2.9-solr8 image, which I'll probably use since it doesn't require mounting a volume at runtime.

mbocevski commented 2 years ago

@rjruizes it's better not to use a custom image for SOLR, cause the way that we've implemented will make it easy to update SOLR versions by simply just changing the SOLR image tag. Also as we do it in helm, this is better for kubernetes based deployments as well.