Skip to content

fix(cli): fall back to podman for local typegen#5658

Merged
jgoux merged 3 commits into
developfrom
julien/cli-1821-type-generation-with-local-flag-fails
Jun 23, 2026
Merged

fix(cli): fall back to podman for local typegen#5658
jgoux merged 3 commits into
developfrom
julien/cli-1821-type-generation-with-local-flag-fails

Conversation

@jgoux

@jgoux jgoux commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

gen types --local now retries container CLI operations with podman when spawning docker fails. This covers Podman-only environments where the local Supabase stack is available but no Docker executable exists.

Docker remains the primary runtime, and existing inspect/run error behavior is preserved when Docker starts successfully but reports container or daemon errors.

Fixes #5650

@jgoux jgoux marked this pull request as ready for review June 23, 2026 08:11
@jgoux jgoux requested a review from a team as a code owner June 23, 2026 08:11
@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown

Supabase CLI preview

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

Preview package for commit abfa734.

@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: 7a478808cd

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/cli/src/legacy/commands/gen/types/types.handler.ts
@jgoux jgoux enabled auto-merge June 23, 2026 08:50
@jgoux jgoux added this pull request to the merge queue Jun 23, 2026
Merged via the queue into develop with commit 39c21c0 Jun 23, 2026
30 of 32 checks passed
@jgoux jgoux deleted the julien/cli-1821-type-generation-with-local-flag-fails branch June 23, 2026 08:56
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.

Type generation with --local flag fails

2 participants