uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 154 forks source link

Support #PATCH keyword #257

Open yiranwang52 opened 5 years ago

yiranwang52 commented 5 years ago

Is your feature request related to a problem? Please describe. In a lot of cases, there will be a layer that's fairly big and is always different every time. However, only a minor part of the layer was actually changed (think NodeJS modules).

Describe the solution you'd like

Additional context This doesn't improve build time, but could significantly decrease image size and pull time (if upgrade is in-place). Build time improvement should be done by #PREFETCH keyword (see #263)