Skip to content

fix(cli): stream edge runtime bootstrap (CLI-2216) - #6273

Merged
avallete merged 1 commit into
developfrom
7ttp/cli-2216-supabase-start-edge-runtime-fails-with-failed-to-determine
Aug 19, 2026
Merged

fix(cli): stream edge runtime bootstrap (CLI-2216)#6273
avallete merged 1 commit into
developfrom
7ttp/cli-2216-supabase-start-edge-runtime-fails-with-failed-to-determine

Conversation

@7ttp

@7ttp 7ttp commented Aug 19, 2026

Copy link
Copy Markdown
Member

TL;DR

fixes supabase start and functions serve dying with edge-runtime's "failed to determine entrypoint" on Docker daemons that cannot see the client's filesystem (remote tcp DOCKER_HOST contexts, podman machines)

so now the bundled template is streamed into the created container with docker cp before docker start,
the same delivery Kong, Postgres, and Supavisor secret files already use since:

which fixes bring-up on non local daemons while the earlier ENAMETOOLONG
fix stays intact since nothing returns to the spawn argv and the template no longer stages on host disk at all....

ref:

@7ttp
7ttp requested a review from a team as a code owner August 19, 2026 10:37
@7ttp 7ttp self-assigned this Aug 19, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 21e069dd08

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/cli/src/shared/functions/serve.ts
@github-actions

Copy link
Copy Markdown
Contributor

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase/cli/supabase@21e069dd0865ac6d270d2e416db958b5314b72f1

Preview package for commit 21e069d.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Breezy!

Reviewed commit: 21e069dd08

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@avallete
avallete added this pull request to the merge queue Aug 19, 2026
Merged via the queue into develop with commit de06605 Aug 19, 2026
36 checks passed
@avallete
avallete deleted the 7ttp/cli-2216-supabase-start-edge-runtime-fails-with-failed-to-determine branch August 19, 2026 11:13
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.

supabase start: edge runtime fails with "failed to determine entrypoint" on 2.115.0 (works on 2.108.0) — main service single-file bind mount

2 participants