-
Notifications
You must be signed in to change notification settings - Fork 275
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
Bump Docker buildx to v0.15.0 #1329
Conversation
@@ -2,7 +2,7 @@ | |||
set -euo pipefail | |||
|
|||
DOCKER_COMPOSE_V2_VERSION=2.27.0 | |||
DOCKER_BUILDX_VERSION=0.14.0 |
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.
i don't think v0.15 exists yet...
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.
My link was a bit misleading, sorry! buildx v0.15.0 has been released, which contains buildkit v0.14.0, which has the bugfix.
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.
ah of course! my bad. on another note, the dependencies section in the moby/docker changelogs is quite nice, i wonder if we could steal that for the agent....
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.
oh shoot sorry i didn't mean to approve!
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.
love it!
This release includes a fix for this buildkit caching issue: moby/buildkit#2274