mik-laj commented on code in PR #25565:
URL: https://github.com/apache/airflow/pull/25565#discussion_r939723985
##########
docs/docker-stack/build-arg-ref.rst:
##########
@@ -130,33 +130,33 @@ for examples of using those arguments.
| ``ADDITIONAL_PYTHON_DEPS`` |
| Optional python packages to extend |
| |
| the image with some extra dependencies. |
+------------------------------------------+------------------------------------------+------------------------------------------+
-| ``DEV_APT_COMMAND`` | (see Dockerfile)
| Dev apt command executed before dev deps |
+| ``DEV_APT_COMMAND`` |
| Dev apt command executed before dev deps |
| |
| are installed in the Build image. |
+------------------------------------------+------------------------------------------+------------------------------------------+
| ``ADDITIONAL_DEV_APT_COMMAND`` |
| Additional Dev apt command executed |
| |
| before dev dep are installed |
| |
| in the Build image. Should start with |
| |
| ``&&``. |
+------------------------------------------+------------------------------------------+------------------------------------------+
-| ``DEV_APT_DEPS`` | (see Dockerfile)
| Dev APT dependencies installed |
-| |
| in the Build image. |
+| ``DEV_APT_DEPS`` | Empty - install default de
dependencies | Dev APT dependencies installed |
Review Comment:
de?
##########
docs/docker-stack/build-arg-ref.rst:
##########
@@ -130,33 +130,33 @@ for examples of using those arguments.
| ``ADDITIONAL_PYTHON_DEPS`` |
| Optional python packages to extend |
| |
| the image with some extra dependencies. |
+------------------------------------------+------------------------------------------+------------------------------------------+
-| ``DEV_APT_COMMAND`` | (see Dockerfile)
| Dev apt command executed before dev deps |
+| ``DEV_APT_COMMAND`` |
| Dev apt command executed before dev deps |
| |
| are installed in the Build image. |
+------------------------------------------+------------------------------------------+------------------------------------------+
| ``ADDITIONAL_DEV_APT_COMMAND`` |
| Additional Dev apt command executed |
| |
| before dev dep are installed |
| |
| in the Build image. Should start with |
| |
| ``&&``. |
+------------------------------------------+------------------------------------------+------------------------------------------+
-| ``DEV_APT_DEPS`` | (see Dockerfile)
| Dev APT dependencies installed |
-| |
| in the Build image. |
+| ``DEV_APT_DEPS`` | Empty - install default de
dependencies | Dev APT dependencies installed |
+| | (see
``install_os_dependencies.sh``) | in the Build image. |
+------------------------------------------+------------------------------------------+------------------------------------------+
| ``ADDITIONAL_DEV_APT_DEPS`` |
| Additional apt dev dependencies |
| |
| installed in the Build image. |
+------------------------------------------+------------------------------------------+------------------------------------------+
| ``ADDITIONAL_DEV_APT_ENV`` |
| Additional env variables defined |
| |
| when installing dev deps. |
+------------------------------------------+------------------------------------------+------------------------------------------+
-| ``RUNTIME_APT_COMMAND`` | (see Dockerfile)
| Runtime apt command executed before deps |
-| |
| are installed in the Main image. |
+| ``RUNTIME_APT_COMMAND`` |
| Runtime apt command executed before deps |
+| |
| are installed in the ``main`` stage. |
+------------------------------------------+------------------------------------------+------------------------------------------+
| ``ADDITIONAL_RUNTIME_APT_COMMAND`` |
| Additional Runtime apt command executed |
| |
| before runtime dep are installed |
-| |
| in the Main image. Should start with |
+| |
| in the ``main`` stage. Should start with |
| |
| ``&&``. |
+------------------------------------------+------------------------------------------+------------------------------------------+
-| ``RUNTIME_APT_DEPS`` | (see Dockerfile)
| Runtime APT dependencies installed |
-| |
| in the Main image. |
+| ``RUNTIME_APT_DEPS`` | Empty - install default de
dependencies | Runtime APT dependencies installed |
Review Comment:
de?
--
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]