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

Does makisu support that It still use local cache even the push registry is provided? #207

Closed lugeng closed 5 years ago

lugeng commented 5 years ago

Does makisu support this user case: different makisu instance build concurrently with the same makisu-storage folder, and the folder is mounted with PV in kubernets cluster by different build job.

yiranwang52 commented 5 years ago

Shared storage folder would not work - different makisu processes doesn't a good way to share locks, and the cleanup logic would cause trouble.