aaron-wolmutt opened a new issue, #58503: URL: https://github.com/apache/airflow/issues/58503
### Apache Airflow version main (development) ### If "Other Airflow 2/3 version" selected, which one? Breeze ### What happened? I think support for podman in breeze has an issue or is incompatible. I'm trying to build the ci image using breeze with podman and am getting: <img width="665" height="307" alt="Image" src="https://github.com/user-attachments/assets/b377f6a9-32ba-4c22-b1da-0343ffd13cae" /> ### What you think should happen instead? Maybe breeze should know if podman is being used, and if it is, provide a better message for whether podman is compatible and can proceed with building the image. ### How to reproduce Enable podman.socket ```bash $ systemctl --user enable --now podman.socket ``` Alias docker or install docker-podman ```bash $ sudo apt-get update && sudo apt-get install -y podman-docker ``` Or ```bash $ echo 'alias docker=podman' >> ~/.bashrc $ source ~/.bash ``` Then try building the images in breeze ### Operating System WSL Ubuntu 24.04.3 LTS ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
