Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential bad build #12

Closed
avdata99 opened this issue Dec 12, 2024 · 4 comments
Closed

Potential bad build #12

avdata99 opened this issue Dec 12, 2024 · 4 comments

Comments

@avdata99
Copy link
Member

for image ckan/ckan-solr:2.10-solr9

Github action gives an error:

ckan.lib.search.common.SearchError: SOLR schema version not supported: 2.11. Supported versions are [2.8, 2.9, 2.10]

This worked until yesterday

@duttonw
Copy link

duttonw commented Dec 13, 2024

https://hub.docker.com/r/ckan/ckan-solr/tags
@amercader you seem to have accidentally pushed 2.11 schema for 2.9 ~ master.

@avdata99 workaround for 2.9 is to use ckan-solr tag: "2.9-solr8" ckan/ckanext-validation@c3b975d#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88R34

for 2.10, you can try tag: 2.10-solr8

@amercader
Copy link
Member

Sorry, will fix asap and put some extra checks in place

@amercader
Copy link
Member

All images have the relevant schema version for the CKAN version they are targeting. I added another extra check to test this in #14

@avdata99
Copy link
Member Author

Thanks @amercader. I didn't manage to find the error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants