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

Partially cleanup COPY --from=<image> logic #267

Closed yiranwang52 closed 4 years ago

yiranwang52 commented 4 years ago

So stage initialization and execution can be sequentialized. Needed for future cache logic changes.

TODO: handleCopyFromDirs is not sequential yet.