knative / build-templates

A library of build templates.
Apache License 2.0
183 stars 67 forks source link

Support caching in the kaniko template #42

Open mattmoor opened 6 years ago

mattmoor commented 6 years ago

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.