Skip to content

Commit

Permalink
Fix table formatting in docker build documentation (#31472)
Browse files Browse the repository at this point in the history
(cherry picked from commit df90317)
  • Loading branch information
potiuk committed May 23, 2023
1 parent 0fa7270 commit 3858c51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docker-stack/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+----------------+------------------+---------------------------------+--------------------------------------+

Expand Down

0 comments on commit 3858c51

Please sign in to comment.