chore(camel-test-infra-ollama): upgrade ollama.container to 0.30.10#24176
Merged
Conversation
Update ollama.container from 0.30.8 to 0.30.10
davsclaus
approved these changes
Jun 22, 2026
oscerd
reviewed
Jun 22, 2026
oscerd
left a comment
Contributor
There was a problem hiding this comment.
Verified — looks good to merge. 👍
- Version is real:
ollamav0.30.10is a genuine upstream release (published 2026-06-17), one step ahead of the current0.30.8(2026-06-12). - Registry compliant: the default image stays on
mirror.gcr.io/ollama/ollama, in line with the project preference formirror.gcr.io/quay.ioover Docker Hub. - Generated files consistent: both
catalog/.../test-infra/metadata.jsonandtest-infra/camel-test-infra-all/.../metadata.jsonwere regenerated toserviceVersion: 0.30.10, so the catalog won't trip the "uncommitted generated changes" CI check. - Arch unaffected: the separate
ollama.container.ppc64leoverride (icr.io/.../ollama-ppc64le:v0.13.1) is intentionally left unchanged — the bump only moves the default tag, so no arch regression is introduced.
One thing reviewers should keep in mind: the green build jobs run unit tests, not the container-backed integration tests, so CI passing here doesn't by itself exercise the ollama image against the granite4:3b model — worth a quick IT run on the impacted components if there's any doubt about the new image.
No concerns from me.
Reviewed with Claude Code on behalf of Andrea Cosentino. This review was generated by an AI agent and may contain inaccuracies; please verify all suggestions before applying.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the
ollama.containercontainer image to version0.30.10.Update Details
ollama.containermirror.gcr.io/ollama/ollama/home/runner/work/camel/camel/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties0.30.80.30.10Verification
Please verify:
Run the following to rebuild the test infra:
Then test the impacted components.
This PR was automatically created by the Container Version Upgrade workflow.