Field note
What it does
Home Docker Image for Apache Airflow ↑↓ Navigate ⏎ Select Esc Close Docker Image for Apache Airflow ¶ For the ease of deployment in production, the community releases a production-ready reference container image. The Apache Airflow community, releases Docker Images which are reference images for Apache Airflow. 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. The default Python version for the reference image - one that you get when you do not specify version - is the newest supported Python version at the time of the Airflow release that supports all providers released in the regular reference image. For example, even when we release Airflow 3.0 with Python 3.13 support, but some of the providers that are installed by default in the regular reference image do not support Python 3.13, the “default” Python version for the image should be Python 3.12. The same applies to the “slim” images. You can find the following images there (Assuming Airflow version 3.3.1 ): apache/airflow:latest - the latest released Airflow image with default Python version (3.12 currently) apache/airflow:latest-pythonX.Y - the latest released Airflow image with specific Python version apache/airflow:3.3.1 - the versioned Airflow image with default Python version (3.12 currently) apache/airflow:3.3.1-pythonX.Y - the versioned Airflow image with specific Python version Those are “reference” regular images.
Capabilities
Available capabilities
Tags
Tags
No tags filed yet.
Ways to use it
Ways to use it
No integrations filed yet.