This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new dcb098416ca Remove experimental ARM support from container images
(#50261)
dcb098416ca is described below
commit dcb098416cacb452cfb4b709c84aa17bcf96dead
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 6 18:15:34 2025 +0200
Remove experimental ARM support from container images (#50261)
---
docker-stack-docs/changelog.rst | 6 ++++++
docker-stack-docs/index.rst | 18 ++++--------------
2 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/docker-stack-docs/changelog.rst b/docker-stack-docs/changelog.rst
index ce6817fabc2..6c5dfa78669 100644
--- a/docker-stack-docs/changelog.rst
+++ b/docker-stack-docs/changelog.rst
@@ -34,6 +34,12 @@ the Airflow team.
any Airflow version from the ``Airflow 2`` line. There is no guarantee
that it will work, but if it does,
then you can use latest features from that image to build images for
previous Airflow versions.
+Airflow 3.0.1
+~~~~~~~~~~~~~
+
+ * The ``ARM`` image is not experimental any more - we are running the ARM
tests regularly in our CI. The
+ ``MySQL`` support for `ARM` images however is still experimental.
+
Airflow 3.0
~~~~~~~~~~~
diff --git a/docker-stack-docs/index.rst b/docker-stack-docs/index.rst
index 982b0f270c1..025bbdc800f 100644
--- a/docker-stack-docs/index.rst
+++ b/docker-stack-docs/index.rst
@@ -48,6 +48,8 @@ Every time a new version of Airflow is released, the images
are prepared in the
`apache/airflow DockerHub <https://hub.docker.com/r/apache/airflow>`_
for all the supported Python versions.
+The images we release are multi-platform AMD/ARM images.
+
You can find the following images there (Assuming Airflow version
:subst-code:`|airflow-version|`):
* :subst-code:`apache/airflow:latest` - the latest released
Airflow image with default Python version (3.12 currently)
@@ -209,23 +211,11 @@ Support
The reference Docker Image supports the following platforms and database:
-Intel platform (x86_64)
------------------------
-
-* Postgres Client
-* MySQL Client
-* MSSQL Client
-
-ARM platform (aarch64)
-----------------------
-
-ARM support is experimental, might change any time.
-
* Postgres Client
-* MySQL Client (MySQL 8)
+* MySQL Client (8+)
* MSSQL Client
-Note that MySQL on arm has experimental support through MariaDB client library.
+Note that MySQL on ``ARM`` platform has experimental support through MariaDB
client library.
Usage
=====