From b773f2a4cb7c1088091c5a1fbfc9fea2483d131f Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Tue, 19 May 2026 04:06:19 +0200 Subject: [PATCH] chore(knowrag): bump ollama image to 0.30.0-rc20 (#128) --- @lab/ll-KNOWRAG/.claude/rules/docker-infra.md | 2 +- @lab/ll-KNOWRAG/compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/@lab/ll-KNOWRAG/.claude/rules/docker-infra.md b/@lab/ll-KNOWRAG/.claude/rules/docker-infra.md index c54ed3d..84c6b2d 100755 --- a/@lab/ll-KNOWRAG/.claude/rules/docker-infra.md +++ b/@lab/ll-KNOWRAG/.claude/rules/docker-infra.md @@ -60,7 +60,7 @@ docker compose --env-file .env.example config -q All images are version-pinned. **Never** introduce a `:latest` tag. When bumping versions, do it deliberately in a `chore(deps): bump to ` commit and validate locally. Current pins: -- `ollama/ollama:0.5.4` +- `ollama/ollama:0.30.0-rc20` - `qdrant/qdrant:v1.12.5` - `gitea/gitea:1.22.4` - `ghcr.io/open-webui/open-webui:v0.4.8` diff --git a/@lab/ll-KNOWRAG/compose.yml b/@lab/ll-KNOWRAG/compose.yml index 8756c05..fa4e21b 100755 --- a/@lab/ll-KNOWRAG/compose.yml +++ b/@lab/ll-KNOWRAG/compose.yml @@ -18,7 +18,7 @@ services: # ── Infrastructure ────────────────────────────────────────────────────── ollama: - image: ollama/ollama:0.5.4 + image: ollama/ollama:0.30.0-rc20 container_name: knowrag-ollama ports: - "${OLLAMA_PORT:-11434}:11434"