Files
yuan-lab-llm--clawmanager/backend/internal/db/migrations/005_update_openclaw_default_image.sql
T
wehub-resource-sync 6d978fe483
Build / Frontend Build (push) Has been cancelled
Build / Backend Build (push) Has been cancelled
Build / Docker Build (push) Has been cancelled
Build / Kubernetes Deploy Smoke Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:24 +08:00

8 lines
258 B
SQL

UPDATE system_image_settings
SET image = 'ghcr.io/yuan-lab-llm/agentsruntime/openclaw:latest'
WHERE instance_type = 'openclaw'
AND image IN (
'ericpearlee/openclaw:v2026.3.24',
'ghcr.io/yuan-lab-llm/clawmanager-openclaw-image/openclaw:latest'
);