This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-6-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 3858c51aa1046717d5c57a97211fa843a5693817 Author: Jarek Potiuk <[email protected]> AuthorDate: Tue May 23 12:53:02 2023 +0200 Fix table formatting in docker build documentation (#31472) (cherry picked from commit df9031742edce7758aed111f4cb2332bcf91f924) --- docs/docker-stack/build.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docker-stack/build.rst b/docs/docker-stack/build.rst index 7beed0afed..65a1c30089 100644 --- a/docs/docker-stack/build.rst +++ b/docs/docker-stack/build.rst @@ -292,8 +292,11 @@ Naming conventions for the images: | Image | Python | Standard image | Slim image | +================+==================+=================================+======================================+ | Latest default | 3.7 | apache/airflow:latest | apache/airflow:slim-latest | ++----------------+-----------------------+---------------------------------+---------------------------------+ | Default | 3.7 | apache/airflow:X.Y.Z | apache/airflow:slim-X.Y.Z | ++----------------+-----------------------+---------------------------------+---------------------------------+ | Latest | 3.7,3.8,3.9,3.10 | apache/airflow:latest-pythonN.M | apache/airflow:slim-latest-pythonN.M | ++----------------+-----------------------+---------------------------------+---------------------------------+ | Specific | 3.7,3.8,3.9,3.10 | apache/airflow:X.Y.Z-pythonN.M | apache/airflow:slim-X.Y.Z-pythonN.M | +----------------+------------------+---------------------------------+--------------------------------------+
