potiuk commented on a change in pull request #16170: URL: https://github.com/apache/airflow/pull/16170#discussion_r642134823
########## File path: docs/docker-stack/build.rst ########## @@ -262,6 +263,12 @@ of constraints that you manually prepared. You can read more about constraints in the documentation of the `Installation <http://airflow.apache.org/docs/apache-airflow/stable/installation.html#constraints-files>`_ +Note that if you place ``requirements.txt`` in the ``docker-context-files`` folder, it will be +used to install all requirements declared there. It is recommended that the file +contains specified version of dependencies to add with ``==`` version specifier, to achieve +reproducibility of the build. Review comment: ```suggestion reproducible builds. ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
