fixed podman builds by passing through machine socket by NewtonChutney · Pull Request #2018 · astronomer/astro-cli
Navigation Menu
{{ message }}
astronomer / astro-cli Public
- Notifications You must be signed in to change notification settings
- Fork 106
Merged
schnie merged 1 commit intoastronomer:mainfrom
Feb 24, 2026Merged
fixed podman builds by passing through machine socket#2018
schnie merged 1 commit intoastronomer:mainfrom
fixed podman builds by passing through machine socket#2018
schnie merged 1 commit intoastronomer:mainfrom
Conversation
Copy link
Contributor
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 afterwardsastro dev start --verbosity debuggives me the error in the screenshot - Building the CLI with the patch worked with podman.
📸 Screenshots
📋 Checklist
- Rebased from the main (or release if patching) branch (before testing)
- Ran
make testbefore taking out of draft - Ran
make lintbefore 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
Assisted by: Claude Code
NewtonChutney
requested a review
from a team
as a code owner
schnie approved these changes Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

