You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: run_selected_tasks.sh Docker tag casing + Daytona env passthrough
Two fixes:
1. mktemp generates mixed-case suffixes in temp dir names
(e.g., /tmp/mcp_task_XxYyZz). Harbor derives Docker image tags from
these paths, but Docker requires all-lowercase repository names.
Fix: rename temp dirs to lowercase after creation.
2. Harbor --env and --override-storage-mb flags were not passed through
to harbor run commands, so HARBOR_ENV=daytona had no effect.
Fix: add ${HARBOR_ENV:+--env} and ${DAYTONA_OVERRIDE_STORAGE:+--override-storage-mb}
to both baseline and MCP harbor run invocations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments