[GitHub] [airflow] potiuk commented on a change in pull request #19210: Optimizes building of Production image for non-modified www files

2021-11-25 Thread GitBox
potiuk commented on a change in pull request #19210: URL: https://github.com/apache/airflow/pull/19210#discussion_r756957952 ## File path: setup.cfg ## @@ -157,6 +157,7 @@ install_requires = termcolor>=1.1.0 typing-extensions>=3.7.4;python_version<"3.8" unicodecs

[GitHub] [airflow] potiuk commented on a change in pull request #19210: Optimizes building of Production image for non-modified www files

2021-11-25 Thread GitBox
potiuk commented on a change in pull request #19210: URL: https://github.com/apache/airflow/pull/19210#discussion_r756957574 ## File path: scripts/docker/install_airflow_dependencies_from_branch_tip.sh ## @@ -39,11 +39,11 @@ function install_airflow_dependencies_from_branch_tip

[GitHub] [airflow] potiuk commented on a change in pull request #19210: Optimizes building of Production image for non-modified www files

2021-11-17 Thread GitBox
potiuk commented on a change in pull request #19210: URL: https://github.com/apache/airflow/pull/19210#discussion_r751159987 ## File path: airflow/operators/python.py ## @@ -380,6 +390,8 @@ def __init__( self.requirements.append('lazy-object-proxy')

[GitHub] [airflow] potiuk commented on a change in pull request #19210: Optimizes building of Production image for non-modified www files

2021-11-17 Thread GitBox
potiuk commented on a change in pull request #19210: URL: https://github.com/apache/airflow/pull/19210#discussion_r751158763 ## File path: airflow/operators/python.py ## @@ -380,6 +390,8 @@ def __init__( self.requirements.append('lazy-object-proxy')

[GitHub] [airflow] potiuk commented on a change in pull request #19210: Optimizes building of Production image for non-modified www files

2021-11-17 Thread GitBox
potiuk commented on a change in pull request #19210: URL: https://github.com/apache/airflow/pull/19210#discussion_r751158036 ## File path: Dockerfile ## @@ -160,13 +160,21 @@ ARG INSTALL_PROVIDERS_FROM_SOURCES="false" # But it also can be `.` from local installation or GitHub