diff --git a/docker-stack-docs/changelog.rst b/docker-stack-docs/changelog.rst index ce6817fabc225..6c5dfa7866998 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 aea56610c432e..5b8908e520bcb 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 `_ 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 =====