fixed podman builds by passing through machine socket by NewtonChutney · Pull Request #2018 · astronomer/astro-cli

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@NewtonChutney

Copy link

Contributor

@NewtonChutney NewtonChutney commented

Feb 23, 2026

edited

Loading

Assisted by: Claude Code

Description

Fixes #1995.
The issue was with the podman machine socket not being forwarded to other podman tools when building.

🎟 Issue(s)

Related #1995

🧪 Functional Testing

List the functional testing steps to confirm this feature or fix.

  • Try running astro dev start on a vanilla fedora 43 machine, with podman
  • I ran astro dev kill, and afterwards astro dev start --verbosity debug gives me the error in the screenshot
  • Building the CLI with the patch worked with podman.

📸 Screenshots

Before:
image

Build after patch:
image

📋 Checklist

  • Rebased from the main (or release if patching) branch (before testing)
  • Ran make test before taking out of draft
  • Ran make lint before taking out of draft
  • Added/updated applicable tests
  • Tested against Astro-API (if necessary).
  • Tested against Houston-API and Astronomer (if necessary).
  • Communicated to/tagged owners of respective clients potentially impacted by these changes.
  • Updated any related documentation

@NewtonChutney NewtonChutney requested a review from a team as a code owner

February 23, 2026 15:56

@schnie schnie merged commit 4ebef12 into astronomer:main

Feb 24, 2026

2 checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@schnie schnie schnie approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

astro dev start - failing in podman on fedora 43

2 participants

@NewtonChutney @schnie