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

Allow multiple cache_from entries for docker_image #20596

Closed
trhodeos opened this issue Feb 23, 2024 · 0 comments · Fixed by #20600
Closed

Allow multiple cache_from entries for docker_image #20596

trhodeos opened this issue Feb 23, 2024 · 0 comments · Fixed by #20600
Labels
backend: Docker Docker backend-related issues enhancement

Comments

@trhodeos
Copy link

Is your feature request related to a problem? Please describe.
buildx supports multiple cache-from arguments (though the documentation is a bit lacking).

Describe the solution you'd like
Allow cache_from's type to be list[dict[str, str]] | dict[str, str] | None in docker_image

@cburroughs cburroughs added the backend: Docker Docker backend-related issues label Feb 23, 2024
huonw pushed a commit that referenced this issue Mar 11, 2024
)

Fixes #20596

---------

Co-authored-by: Rhys Madigan <rhys.madigan@sourse.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: Docker Docker backend-related issues enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants