Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docker-stack-docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~

Expand Down
18 changes: 4 additions & 14 deletions docker-stack-docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
=====
Expand Down