Kaniko: Remote KV caching

Created on 20 Nov 2018  路  3Comments  路  Source: GoogleContainerTools/kaniko

It might worth to add a similar to Makisu feature of using a Key-Value remote cache for caching layers. It can provide a more fine grain permission control for users than using a standard Docker registry for caching layers via --cache-repo flag.

Maybe add --cache-url flag to specify a url that exposes an HTTP cache. For instance, it can use the same protocol as Bazel is using: simple PUT/GET.

arecaching help wanted kinenhancement kinfeature-request prioritp3

All 3 comments

Sounds like a cool feature to add! :D

Bumping the issue since more and more tools are support such HTTP caches including GitHub Actions, Please Build, etc. IMO it will be a great option to have just a separate HTTP cache instead of an actual repository.

This would be nice both with HTTP and Redis, same as Makisu does

Was this page helpful?
0 / 5 - 0 ratings