potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2151302456


##########
docker-stack-docs/build.rst:
##########
@@ -313,17 +313,17 @@ There are two types of images you can extend your image 
from:
 
 Naming conventions for the images:
 
-+----------------+-----------------------+---------------------------------+--------------------------------------+
-| Image          | Python                | Standard image                  | 
Slim image                           |
-+================+=======================+=================================+======================================+
-| Latest default | 3.9                   | apache/airflow:latest           | 
apache/airflow:slim-latest           |
-+----------------+-----------------------+---------------------------------+--------------------------------------+
-| Default        | 3.9                   | 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 |
-+----------------+-----------------------+---------------------------------+--------------------------------------+
-| Specific       | 3.9,3.10,3.11,3.12    | apache/airflow:X.Y.Z-pythonN.M  | 
apache/airflow:slim-X.Y.Z-pythonN.M  |
-+----------------+-----------------------+---------------------------------+--------------------------------------+
++----------------+-------------------------+---------------------------------+--------------------------------------+
+| Image          | Python                  | Standard image                  | 
Slim image                           |
++================+=========================+=================================+======================================+
+| Latest default | 3.13                    | apache/airflow:latest           | 
apache/airflow:slim-latest           |

Review Comment:
   That's a good point but we are not bumping from 3.9, we are bumping from 
3.12. 
   
   We currently (we changed it last year)  have the rule that docker "default" 
image is "highest" version - for example current default version is 3.12 not 
3.9:
   
   <img width="855" alt="Screenshot 2025-06-17 at 06 35 15" 
src="https://github.com/user-attachments/assets/cf5b4b4d-928e-44aa-9daf-fc3ba886c0cf";
 />
   
   Also see:
   
   <img width="1308" alt="Screenshot 2025-06-17 at 06 38 16" 
src="https://github.com/user-attachments/assets/4962928c-d6f9-4f1a-9a2a-a3a856277bc6";
 />
   
   However, maybe indeed - at least until FAB is supported we should have 3.12 
still default version ? 
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to