Taragolis commented on issue #36715:
URL: https://github.com/apache/airflow/issues/36715#issuecomment-1885307402

   Yep, seems like  for `mysqlclient` it built by use MariaDB libraries, 
however in prod image it install MySQL libraries instead
   
   ```console
   ❯ docker run -it --rm apache/airflow:2.8.0-python3.8 bash
   
   airflow@a62e4213dd94:/opt/airflow$ apt list *maria*
   Listing... Done
   
   airflow@a62e4213dd94:/opt/airflow$ apt list *mysql*
   Listing... Done
   libmysqlclient21/now 8.0.35-1debian12 amd64 [installed,local]
   mysql-client/now 8.0.35-1debian12 amd64 [installed,local]
   mysql-common/now 8.0.35-1debian12 amd64 [installed,local]
   mysql-community-client-core/now 8.0.35-1debian12 amd64 [installed,local]
   mysql-community-client-plugins/now 8.0.35-1debian12 amd64 [installed,local]
   mysql-community-client/now 8.0.35-1debian12 amd64 [installed,local]
   ```


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to