-
Notifications
You must be signed in to change notification settings - Fork 501
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
vendor: github.com/moby/buildkit 6bd81372ad6f (master) #2198
Conversation
67d7a69
to
6b705c0
Compare
6b705c0
to
a323db2
Compare
Thanks @crazy-max ! I thought I'd update to latest (with the "non-rc" version of docker), but didn't check for other changes; do you want me to squash your commit with the buildkit-bump commit? |
Yes please do |
8de3883
to
d1ae8e7
Compare
@crazy-max rebased, squashed your commit (added you as co-author) and updated to current master, which added moby/buildkit#4587 |
go.mod
Outdated
github.com/docker/cli v25.0.0+incompatible | ||
github.com/docker/cli-docs-tool v0.6.0 | ||
github.com/docker/docker v25.0.0-rc.1+incompatible | ||
github.com/docker/docker v25.0.0+incompatible |
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.
Do we want 25.0.1 bump on buildkit first and revendor here?
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 just opened a PR; moby/buildkit#4591 😅
I also noticed that docker/cli is using cobra v1.8 (but can do that as a follow-up)
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.
Nice thx!
full diff: containerd/containerd@v1.7.11...v1.7.12 Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: google/go-cmp@v0.5.9...v0.6.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: google/uuid@v1.3.1...v1.5.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: golang/sys@v0.15.0...v0.16.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
…org/x/sync v0.4.0 full diff: - golang/tools@v0.10.0...v0.14.0 - golang/mod@v0.11.0...v0.13.0 - golang/sync@v0.3.0...v0.4.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: moby/sys@mountinfo/v0.6.2...mountinfo/v0.7.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
- pkg/system: return even richer xattr errors full diff: moby/moby@v25.0.0-rc.1...v25.0.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
- cli-plugins: move socket code into common package - cli-plugins: don't use abstract sockets on macOS - fixes CLI leaving behind plugin socket mount-points - socket: return from loop after EOF full diff: docker/cli@v25.0.0-rc.1...v25.0.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
- tests: implement NetNSDetached method full diff: moby/buildkit@6e200af...6bd8137 Co-authored-by: CrazyMax <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
d1ae8e7
to
dbaad32
Compare
Updated to latest, and update to v25.0.1 (cli and engine); PTAL ❤️ |
vendor: github.com/containerd/containerd v1.7.12
full diff: containerd/containerd@v1.7.11...v1.7.12
vendor: github.com/google/go-cmp v0.6.0
full diff: google/go-cmp@v0.5.9...v0.6.0
vendor: github.com/google/uuid v1.5.0
full diff: google/uuid@v1.3.1...v1.5.0
vendor: golang.org/x/sys v0.16.0
full diff: golang/sys@v0.15.0...v0.16.0
vendor: golang.org/x/tools v0.14.0, golang.org/x/mod v0.13.0, golang.org/x/sync v0.4.0
full diff:
vendor: github.com/moby/sys/mountinfo v0.7.1
full diff: moby/sys@mountinfo/v0.6.2...mountinfo/v0.7.1
vendor: github.com/docker/docker v25.0.1
full diff: moby/moby@v25.0.0-rc.1...v25.0.1
vendor: github.com/docker/cli v25.0.1
full diff: docker/cli@v25.0.0-rc.1...v25.0.1
vendor: github.com/moby/buildkit 6bd81372ad6f (master)
full diff: moby/buildkit@6e200af...6bd8137