fix: make aggregate.sh executable (unblocks Docker aggregate stage) #1

Merged
crenshawdev merged 1 commit from fix/aggregate-exec-bit into main 2026-07-15 02:05:41 +00:00
crenshawdev commented 2026-07-15 02:05:20 +00:00 (Migrated from github.com)

The Coolify/Docker aggregate stage invokes ./aggregate.sh, but the file was committed mode 100644, so BuildKit failed with 'Permission denied' (exit 126) before any repo was built. This sets the tracked mode to 100755.

Verified: key import and all four Docker stages start; this exec bit is the only blocker between the build and the install-verify gate.

https://claude.ai/code/session_01CN7J1TThTVcR6YakR98gnT

The Coolify/Docker aggregate stage invokes ./aggregate.sh, but the file was committed mode 100644, so BuildKit failed with 'Permission denied' (exit 126) before any repo was built. This sets the tracked mode to 100755. Verified: key import and all four Docker stages start; this exec bit is the only blocker between the build and the install-verify gate. https://claude.ai/code/session_01CN7J1TThTVcR6YakR98gnT
Sign in to join this conversation.
No description provided.