Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple --cache-from sources #3275

Open
schaffe opened this issue Aug 2, 2024 · 0 comments
Open

Support multiple --cache-from sources #3275

schaffe opened this issue Aug 2, 2024 · 0 comments

Comments

@schaffe
Copy link

schaffe commented Aug 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant