potiuk commented on issue #33744: URL: https://github.com/apache/airflow/issues/33744#issuecomment-1843781522
@ybryan. I suggest you open a discussion where you describe your problem with all the details. Separate one. Describe what you do and how you modify the image or what you do there. If you think you do not modify the image, double check it. The apache/airflow:2.7.3-python3.8 image has both celery and redis in `good version`. Not sure what "this issue" is for you and how you trigger it but the original issue has this: ``` [jarek:~/code/airflow] [airflow-3.11] do-not-mount-sources-for-compatibility-check+ 7s 2 ± docker run -it apache/airflow:2.7.3-python3.8 bash airflow@16ad5d130a4f:/opt/airflow$ pip freeze | grep redis apache-airflow-providers-redis==3.4.0 google-cloud-redis==2.13.2 redis==4.6.0 airflow@16ad5d130a4f:/opt/airflow$ pip freeze | grep celery apache-airflow-providers-celery==3.4.1 celery==5.3.4 airflow@16ad5d130a4f:/opt/airflow$ ``` So - if you need help - please start a new discussion where you describe your circumstances and refer to this as "similar issue". Commenting on a closed issue is generally almost always bad idea because it is well, closed. Instaad creating new issue (or discussion if not sure) where you describe your problem has usually much better chance that something happens there. -- 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]
