Skip to content

[DNM] update buildx to v0.10.0-rc2 - #10122

Closed
crazy-max wants to merge 1 commit into
docker:v2from
crazy-max:update-buildx
Closed

[DNM] update buildx to v0.10.0-rc2#10122
crazy-max wants to merge 1 commit into
docker:v2from
crazy-max:update-buildx

Conversation

@crazy-max

Copy link
Copy Markdown
Member

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

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Comment threadgo.mod
Comment on lines +175 to +185
// 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

Copy link
Copy Markdown
MemberAuthor

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

Comment threadgo.mod
Comment on lines +14 to +16
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

Copy link
Copy Markdown
MemberAuthor

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

codecovBot commented Dec 24, 2022

Copy link
Copy Markdown

Codecov Report

Base: 73.89% // Head: 73.89% // No change to project coverage 👍

Coverage data is based on head (1036f87) compared to base (fd353ff).
Patch has no changes to coverable lines.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@glours

Copy link
Copy Markdown
Contributor

Replace by #10247

@gloursglours closed this Feb 6, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@crazy-max@glours