Skip to content

fix(cli): restore Edge Function docker bundling - #5875

Merged
avallete merged 2 commits into
supabase:developfrom
7ttp:fix/functions-deploy-eszip
Jul 15, 2026
Merged

fix(cli): restore Edge Function docker bundling#5875
avallete merged 2 commits into
supabase:developfrom
7ttp:fix/functions-deploy-eszip

Conversation

@7ttp

@7ttp 7ttp commented Jul 14, 2026

Copy link
Copy Markdown
Member

TL;DR

docker-based deploys could finish bundling and then fail with failed to open eszip: ENOENT ... output.eszip
the Go CLI wrote bundle output to project-local supabase/.temp

but the TypeScript port moved it to the host OS temporary directory
typically under /var/folders/..., which may not be shared with Docker Desktop's VM

this restores the Go CLI's project local output behavior while retaining unique bundle directories & cleanup...

ref:

@7ttp
7ttp requested a review from a team as a code owner July 14, 2026 16:34
@7ttp 7ttp self-assigned this Jul 14, 2026
@7ttp 7ttp changed the title fix(cli): eszip output fix(cli): restore Edge Function docker bundling Jul 14, 2026
@7ttp
7ttp requested a review from avallete July 14, 2026 21:59
@github-actions

Copy link
Copy Markdown
Contributor

👋 Thanks for the contribution! This pull request isn't linked to a tracked issue, so it's being closed automatically.

Please open an issue first, wait for a maintainer to add the open-for-contribution label, then open a pull request that links the issue with a closing keyword (e.g. Closes #123).
See CONTRIBUTING.md for the full workflow. Once a maintainer adds the open-for-contribution label to a linked open issue, reopen or open a new pull request and it will be accepted.

@github-actions github-actions Bot closed this Jul 15, 2026
@7ttp 7ttp reopened this Jul 15, 2026
@avallete
avallete enabled auto-merge July 15, 2026 11:21
@avallete
avallete added this pull request to the merge queue Jul 15, 2026
Merged via the queue into supabase:develop with commit e0f7b8a Jul 15, 2026
46 checks passed
@7ttp
7ttp deleted the fix/functions-deploy-eszip branch July 15, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants