Skip to content

Conversation

@Taragolis
Copy link
Contributor

Related: #25831 (reply in thread), #29519


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@Taragolis Taragolis added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Mar 18, 2024
@Taragolis Taragolis requested a review from potiuk as a code owner March 18, 2024 16:27
@boring-cyborg boring-cyborg bot added area:production-image Production image improvements and fixes kind:documentation labels Mar 18, 2024
@Taragolis
Copy link
Contributor Author

Some strange things, 2.5.3 docker image 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

@potiuk
Copy link
Member

potiuk commented Mar 18, 2024

So my assumption that officially it was added into the 2.6.0

Yes. And since ARM image was still very experimental in 2.5.3 and it could be we used 2.6.* Dockerfile

@potiuk potiuk merged commit 5926b3b into apache:main Mar 18, 2024
@Taragolis Taragolis deleted the missing-arm-mysql-changelog branch March 18, 2024 18:47
jedcunningham pushed a commit that referenced this pull request Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:production-image Production image improvements and fixes changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) kind:documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants