-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: test moby master and pkg/system refactor #5602
base: master
Are you sure you want to change the base?
Conversation
5151702
to
f5f8615
Compare
3449c22
to
788846e
Compare
a574de9
to
c98bcdf
Compare
go.mod
Outdated
@@ -2,6 +2,11 @@ module github.com/moby/buildkit | |||
|
|||
go 1.22.0 | |||
|
|||
// FIXME(thaJeztah): testing https://github.com/moby/moby/pull/49162 (pkg_system_volume_uuid branch) |
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.
Added (not yet merged) commit to remove use of pkg/system 🎉
d12966b
to
0b19807
Compare
go.mod
Outdated
// FIXME(thaJeztah): testing https://github.com/moby/moby/pull/49087 (split-idtools-internal branch) | ||
replace github.com/docker/docker => github.com/dmcgowan/docker v1.1.3-0.20241223115939-cb7934ca2190 |
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.
- Now testing the idtools refactor from Split idtools to an internal package and package to be moved moby#49087
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.
OK; looks like that's failing;
0.137 + xx-go build '-gcflags=' -ldflags '-X github.com/moby/buildkit/version.Version=v0.18.0-55-g80600495c -X github.com/moby/buildkit/version.Revision=80600495cbc8c0c439d71fc77f146cb26fabcfa5 -X github.com/moby/buildkit/version.Package=github.com/moby/buildkit -extldflags '"'"'-static'"'" -tags 'osusergo netgo static_build seccomp ' -o /usr/bin/buildkitd ./cmd/buildkitd
71.51 # github.com/moby/buildkit/cmd/buildkitd
71.51 cmd/buildkitd/util_linux.go:25:27: undefined: idtools.LoadIdentityMapping
26a483e
to
97b79f2
Compare
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
…93d350 full diff: vishvananda/netlink@v1.3.0...084abd9 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Removes uses of the deprecated github.com/docker/docker/pkg/reexec package in favor of the github.com/moby/sys/reexec module. full diff: moby/moby@v27.4.1...v27.5.0-rc.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
no changes in vendored code full diff: docker/cli@v27.4.1...v27.5.0-rc.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
97b79f2
to
1147368
Compare
pkg/pools
in archive moby#49117