This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch v2-6-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-6-test by this push:
new bde780084b Fix table formatting in docker build documentation (#31472)
bde780084b is described below
commit bde780084b8f151fd06620ed1a62ff6e460b3bef
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 56edb3837d..4193271bbc 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 |
+----------------+-----------------------+---------------------------------+--------------------------------------+