Jarek Potiuk created AIRFLOW-5886:
-------------------------------------
Summary: Copying sources in Dockerfile can be selective
Key: AIRFLOW-5886
URL: https://issues.apache.org/jira/browse/AIRFLOW-5886
Project: Apache Airflow
Issue Type: Bug
Components: ci
Affects Versions: 1.10.6, 2.0.0
Reporter: Jarek Potiuk
This change will further improve time of rebuilds for docker image when your
sources change (very useful in case of building kubernetes image). It adds only
directories that are needed (it is synchronised with .dockerignore and local
mounts) and in the sequence that reflects frequency of changes. Also pip
install is not done again after sources change (there is no point) so theĀ
build is much faster when only sources or test file change.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)