This repository was archived by the owner on Sep 6, 2019. It is now read-only.
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
Support caching in the kaniko template #42
Open
Description
We should support the caching pattern in the kaniko template.
It's not clear to me that kaniko can cache yet (I haven't followed), but once it can we should have the template use an emptyDir
volume as a cache that's overridable as a parameter, and document how to provide a PVC as an interbuild cache.