This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a36095578c73 PPC64LE supported Ollama image added (#20684)
a36095578c73 is described below
commit a36095578c7349e9482f856fc5d0f9b6bbb0a2d5
Author: shreya kajbaje <[email protected]>
AuthorDate: Mon Jan 5 17:05:40 2026 +0530
PPC64LE supported Ollama image added (#20684)
---
.../org/apache/camel/test/infra/ollama/services/container.properties | 1 +
1 file changed, 1 insertion(+)
diff --git
a/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties
b/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties
index 7379838ef823..ebfea1d23604 100644
---
a/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties
+++
b/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties
@@ -15,6 +15,7 @@
## limitations under the License.
## ---------------------------------------------------------------------------
ollama.container=mirror.gcr.io/ollama/ollama:0.12.5
+ollama.container.ppc64le=icr.io/ppc64le-oss/ollama-ppc64le:v0.13.1
ollama.container.version.exclude=rocm
ollama.model=granite4:3b
# This is not really needed for ollama, but some test are using OpenAI,
therefore this is handy for remote scenarios