kaniko icon indicating copy to clipboard operation
kaniko copied to clipboard

Support multiple --cache-from sources

Open schaffe opened this issue 1 year ago • 0 comments

Hello, please add support for multiple cache-from sources. Currently it is possible with Docker CLI:

> docker build --help
Start a build

Usage:  docker buildx build [OPTIONS] PATH | URL | -
...
      --cache-from stringArray        External cache sources (e.g., "user/app:cache", "type=local,src=path/to/dir")

The use case that we have involves multiple cache sources and missing it in Kaniko is a significant hit for performance of our builds.

schaffe avatar Aug 02 '24 20:08 schaffe