-
Notifications
You must be signed in to change notification settings - Fork 222
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
Fix: propagate --cache-from to buildx build #638
Fix: propagate --cache-from to buildx build #638
Conversation
13756d8
to
14b394e
Compare
14b394e
to
cbd9869
Compare
cbd9869
to
31d5dee
Compare
Does this resolve the issue of devcontainer features being rebuilt everytime the devcontainer is used irrespective of prebuilt container? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Left a few comments.
31d5dee
to
5f607e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
This reverts commit 782503d. fixed with devcontainers/cli#638
I am trying to use the new
--cache-to
feature from #570 with a registry cache.If I understand it correctly this only works when using both
--cache-to
and--cache-from
, but the devcontainers-cli does not send--cache-from
todocker buildx build
.