-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[DNM] update buildx to v0.10.0-rc2 #10122
Conversation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
// needs this replace otherwise: | ||
// github.com/docker/compose/v2/pkg/compose imports | ||
// github.com/moby/buildkit/client imports | ||
// go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc tested by | ||
// go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.test imports | ||
// google.golang.org/grpc/interop imports | ||
// golang.org/x/oauth2/google imports | ||
// cloud.google.com/go/compute/metadata: ambiguous import: found package cloud.google.com/go/compute/metadata in multiple modules: | ||
// cloud.google.com/go v0.75.0 (X:\dev\go\pkg\mod\cloud.google.com\go@v0.75.0\compute\metadata) | ||
// cloud.google.com/go/compute/metadata v0.2.1 (X:\dev\go\pkg\mod\cloud.google.com\go\compute\metadata@v0.2.1) | ||
golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 |
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.
we might need to update otel deps on buildx repo
github.com/docker/cli v23.0.0-beta.1+incompatible | ||
github.com/docker/cli-docs-tool v0.5.0 | ||
github.com/docker/docker v20.10.20+incompatible // replaced; see replace rule for actual version | ||
github.com/docker/docker v23.0.0-beta.1+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.
cli and moby update should be done in a dedicated pr (cc @thaJeztah)
Codecov ReportBase: 73.89% // Head: 73.89% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## v2 #10122 +/- ##
=======================================
Coverage 73.89% 73.89%
=======================================
Files 2 2
Lines 272 272
=======================================
Hits 201 201
Misses 60 60
Partials 11 11 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Replace by #10247 |
Just testing latest rc with new builder pkg.
What I did
Related issue
(not mandatory) A picture of a cute animal, if possible in relation to what you did