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 156 forks source link

Avoid processing whole build context if not necessary #278

Closed yiranwang52 closed 4 years ago

yiranwang52 commented 4 years ago

Is your feature request related to a problem? Please describe. Event if only a small part of the build context is actually used, makisu still process the whole context to calculate cache id.

Describe the solution you'd like Don't access files that's not going to be needed.

yiranwang52 commented 4 years ago

This was already implemented. Forgot about this.