[
https://issues.apache.org/jira/browse/AIRFLOW-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16972808#comment-16972808
]
ASF subversion and git services commented on AIRFLOW-5886:
----------------------------------------------------------
Commit cc754f7f74a741e01277bea6d5586e1dd6d64af8 in airflow's branch
refs/heads/master from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=cc754f7 ]
[AIRFLOW-5886] Selective copying of sources in Docker image (#6538)
This change further improves 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.
> Copying sources in Dockerfile can be selective
> ----------------------------------------------
>
> Key: AIRFLOW-5886
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5886
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: ci
> Affects Versions: 2.0.0, 1.10.6
> Reporter: Jarek Potiuk
> Priority: Major
>
> 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)