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 c0f5328ac83 Set proper version of the default images in the docs 
(#51822)
c0f5328ac83 is described below

commit c0f5328ac8309a8b942099da37e8338f49c86c59
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Jun 17 09:40:36 2025 +0200

    Set proper version of the default images in the docs (#51822)
    
    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.
---
 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 3ecfdd7f00e..2876cbe319b 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 |
 
+----------------+-----------------------+---------------------------------+--------------------------------------+

Reply via email to