Replies: 2 comments
-
|
Feel free to contribute such changes if you want. This is not our goal, but if you see any incompatibilities - you are absolutely free to make a PR and fix those - you could join > 3200 contributors to Airflow this way, and since you are "scratching your own itch" and already using podman, you are likely one of the best people to approach and test it. We already have CI tests with docker, so your PR will be tested against it, but also you could add extra tests to test it with Podman. Such contributions are always welcome. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
@Navid61 If your having any specific issues one should post about that, read the docs, run yamllint on their docker-compose.yml file and/or check stack overflow for similar error messages. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Could you please ensure that the
docker-compose.yamlfor Airflow is compatible withpodman-compose, so it can be run usingpodman-compose up airflow-init, not justdocker compose up airflow-init? Thank you!Beta Was this translation helpful? Give feedback.
All reactions