This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 28ec8c83767 [v3-0-test] Set proper version of the default images in
the docs (#51822) (#51824)
28ec8c83767 is described below
commit 28ec8c83767837b310bd7ce59ff824e961f2e6bf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 17 09:52:27 2025 +0200
[v3-0-test] Set proper version of the default images in the docs (#51822)
(#51824)
We changed the rule last year and now "the highest" version of
Python is default version for docker, but the docs were not updated
in the table to reflect that.
(cherry picked from commit c0f5328ac8309a8b942099da37e8338f49c86c59)
Co-authored-by: Jarek Potiuk <[email protected]>
---
docker-stack-docs/build.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker-stack-docs/build.rst b/docker-stack-docs/build.rst
index 74d75d699d4..efbc93eac06 100644
--- a/docker-stack-docs/build.rst
+++ b/docker-stack-docs/build.rst
@@ -316,9 +316,9 @@ Naming conventions for the images:
+----------------+-----------------------+---------------------------------+--------------------------------------+
| Image | Python | Standard image |
Slim image |
+================+=======================+=================================+======================================+
-| Latest default | 3.9 | apache/airflow:latest |
apache/airflow:slim-latest |
+| Latest default | 3.12 | apache/airflow:latest |
apache/airflow:slim-latest |
+----------------+-----------------------+---------------------------------+--------------------------------------+
-| Default | 3.9 | apache/airflow:X.Y.Z |
apache/airflow:slim-X.Y.Z |
+| Default | 3.12 | apache/airflow:X.Y.Z |
apache/airflow:slim-X.Y.Z |
+----------------+-----------------------+---------------------------------+--------------------------------------+
| Latest | 3.9,3.10,3.11,3.12 | apache/airflow:latest-pythonN.M |
apache/airflow:slim-latest-pythonN.M |
+----------------+-----------------------+---------------------------------+--------------------------------------+