From 7beec269dbd7b21b698bb51991d5610078d181e4 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 23 May 2023 12:42:24 +0200 Subject: [PATCH] Fix table formatting in docker build documentation --- 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 56edb3837d6dd..4193271bbcc1f 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,3.11 | apache/airflow:latest-pythonN.M | apache/airflow:slim-latest-pythonN.M | ++----------------+-----------------------+---------------------------------+--------------------------------------+ | Specific | 3.7,3.8,3.9,3.10,3.11 | apache/airflow:X.Y.Z-pythonN.M | apache/airflow:slim-X.Y.Z-pythonN.M | +----------------+-----------------------+---------------------------------+--------------------------------------+