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)