swimand opened a new issue, #30385: URL: https://github.com/apache/airflow/issues/30385
### Apache Airflow version 2.5.2 ### What happened When i use the docker image 2.5.2-python3.9, the worker pod does not actually get python 3.9, but rather runs version 3.7. ### What you think should happen instead If i choose to use the explicit image that has the tag suffix python3.9, then all python installations should be 3.9. ### How to reproduce Deploy a container using the docker image apache/airflow:2.5.2-python3.9 Open a shell inside of the worker container, and run the command `python --version` The output version will be 3.7.16. ### Operating System Docker for Windows/Windows 11 ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details I am using helm install to deploy airflow, using the official chart. ### Anything else _No response_ ### Are you willing to submit PR? - [ ] 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]
