You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Daniel Imberman (Jira)" <ji...@apache.org> on 2019/09/05 17:02:00 UTC

[jira] [Created] (AIRFLOW-5416) Simplify the process of continually developing airflow-on-k8s images

Daniel Imberman created AIRFLOW-5416:
----------------------------------------

             Summary: Simplify the process of continually developing airflow-on-k8s images
                 Key: AIRFLOW-5416
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5416
             Project: Apache Airflow
          Issue Type: Improvement
          Components: tests
    Affects Versions: 1.10.5
            Reporter: Daniel Imberman
            Assignee: Daniel Imberman


Currently, if a user wants to develop an airflow docker image to push to a k8s cluster, they need to re-download all airflow pip dependencies EVERY time they run `scripts/ci/kubernetes/docker/build.sh`. This PR will allow users to create a "lower layer" of all pip dependencies to significantly reduce build times.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)