potiuk commented on code in PR #46891: URL: https://github.com/apache/airflow/pull/46891#discussion_r2206378027
########## 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.12 | apache/airflow:latest | apache/airflow:slim-latest | -+----------------+-----------------------+---------------------------------+--------------------------------------+ -| 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 | -+----------------+-----------------------+---------------------------------+--------------------------------------+ -| 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 | ++----------------+-------------------------+---------------------------------+--------------------------------------+ +| Default | 3.13 | apache/airflow:X.Y.Z | apache/airflow:slim-X.Y.Z | Review Comment: I updated it to be 3.12 and figured out change in definition. I will ask for lazy consensus. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
