From c0b1dad9df85490a2bbe58b8ed058ea689561848 Mon Sep 17 00:00:00 2001 From: builder555 <85308587+builder555@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:39:51 -0400 Subject: [PATCH] fix: undo container version changes --- admin/database/seeders/service_seeder.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/database/seeders/service_seeder.ts b/admin/database/seeders/service_seeder.ts index 1c31805..2afa6f3 100644 --- a/admin/database/seeders/service_seeder.ts +++ b/admin/database/seeders/service_seeder.ts @@ -22,7 +22,7 @@ export default class ServiceSeeder extends BaseSeeder { description: 'Offline access to Wikipedia, medical references, how-to guides, and encyclopedias', icon: 'IconBooks', - container_image: 'ghcr.io/kiwix/kiwix-serve:3.8.2', + container_image: 'ghcr.io/kiwix/kiwix-serve:3.8.1', source_repo: 'https://github.com/kiwix/kiwix-tools', container_command: '*.zim --address=all', container_config: JSON.stringify({ @@ -46,7 +46,7 @@ export default class ServiceSeeder extends BaseSeeder { display_order: 100, // Dependency service, not shown directly description: 'Vector database for storing and searching embeddings', icon: 'IconRobot', - container_image: 'qdrant/qdrant:v1.17.0', + container_image: 'qdrant/qdrant:v1.16', source_repo: 'https://github.com/qdrant/qdrant', container_command: null, container_config: JSON.stringify({ @@ -70,7 +70,7 @@ export default class ServiceSeeder extends BaseSeeder { display_order: 3, description: 'Local AI chat that runs entirely on your hardware - no internet required', icon: 'IconWand', - container_image: 'ollama/ollama:0.18.0', + container_image: 'ollama/ollama:0.15.2', source_repo: 'https://github.com/ollama/ollama', container_command: 'serve', container_config: JSON.stringify({ @@ -94,7 +94,7 @@ export default class ServiceSeeder extends BaseSeeder { display_order: 11, description: 'Swiss Army knife for data encoding, encryption, and analysis', icon: 'IconChefHat', - container_image: 'ghcr.io/gchq/cyberchef:10.22.1', + container_image: 'ghcr.io/gchq/cyberchef:10.19.4', source_repo: 'https://github.com/gchq/CyberChef', container_command: null, container_config: JSON.stringify({ @@ -142,7 +142,7 @@ export default class ServiceSeeder extends BaseSeeder { display_order: 2, description: 'Interactive learning platform with video courses and exercises', icon: 'IconSchool', - container_image: 'treehouses/kolibri:0.19.2', + container_image: 'treehouses/kolibri:0.12.8', source_repo: 'https://github.com/learningequality/kolibri', container_command: null, container_config: JSON.stringify({