Web UI from version 3.0.0 is loaded when using apache/airflow:2.9.0 image via Docker Compose #51267
Replies: 3 comments 2 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
Almost certainly you have not followed the docs and tried to add some dependencies dynamically with This is straight explained in our documentation https://airflow.apache.org/docs/apache-airflow/2.9.0/howto/docker-compose/index.html#using-custom-images
If you did that mistake - you should do it "properly" and build your custom image in this case -> see detailed instructions under the links I posted above. |
Beta Was this translation helpful? Give feedback.
-
Converted it to a discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
No response
What happened?
I'm using Docker Compose with the official apache/airflow:2.9.0 image. However, the Web UI that is loaded appears to be from Airflow 3.0.0 — the layout and design match the new interface. I’ve confirmed the image tag is 2.9.0, and Docker shows it pulling and using the correct image, but the UI still behaves like version 3.0.0.
What you think should happen instead?
No response
How to reproduce
Set apache/airflow:2.9.0 in docker-compose.yml.
Run docker-compose up.
Access the Web UI and observe the version and layout.
Operating System
windows 11 - wls ubuntu lastest
Versions of Apache Airflow Providers
Expected Behavior:
The UI should match Airflow 2.9.0, not 3.0.0.
Deployment
Official Apache Airflow Helm Chart
Deployment details
The deployment was done following the official Airflow documentation.
https://airflow.apache.org/docs/apache-airflow/2.9.0/howto/docker-compose/index.html
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions