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

Update Solr container name, ckan-solr-dev is obsolete #100

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

ThrawnCA
Copy link
Contributor

Fixes #99

@wardi
Copy link

wardi commented Jul 12, 2024

@ThrawnCA broken test is unrelated?

@ThrawnCA
Copy link
Contributor Author

@ThrawnCA broken test is unrelated?

It looks unrelated, yes. This PR only changes the Solr container.

@@ -26,7 +26,7 @@ jobs:
image: openknowledge/ckan-dev:${{ matrix.ckan-version }}
services:
solr:
image: ckan/ckan-solr-dev:${{ matrix.ckan-version }}
image: ckan/ckan-solr:${{ matrix.ckan-version }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
image: ckan/ckan-solr:${{ matrix.ckan-version }}
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are using this variant to future proof the image name. Other than that looks good, feel free to merge

@duttonw duttonw changed the base branch from master to develop July 22, 2024 22:55
@duttonw duttonw merged commit 11fbc9c into ckan:develop Jul 22, 2024
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

Github actions workflows fail on docker container pull
4 participants