fix: make aggregate.sh executable (unblocks Docker aggregate stage) #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: crenshawdev/packages#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/aggregate-exec-bit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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