Taragolis commented on PR #38267: URL: https://github.com/apache/airflow/pull/38267#issuecomment-2004411425
Some strange things, [2.5.3 docker image](https://github.com/apache/airflow/blob/2.5.3/Dockerfile) do not contains scripts for install mariadb clients in ARM image, however image itself include packages: ``` ❯ docker run -it --platform=linux/arm64 --rm apache/airflow:2.5.3 python -m pip list | grep mysql apache-airflow-providers-mysql 4.0.2 mysql-connector-python 8.0.32 mysqlclient 2.1.1 ❯ docker run -it --platform=linux/arm64 --rm apache/airflow:2.5.3 python -c "import MySQLdb"; echo $? 0 ``` So my assumption that officially it was added [into the 2.6.0](https://github.com/apache/airflow/blob/2.6.0/Dockerfile) -- 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]
