Skip to content
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/docker and docker/cli to get API 1.48 #12498

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Jan 25, 2025

this PR is set to test compose with next Docker engine release and moby API 1.48

@ndeloof ndeloof requested a review from a team as a code owner January 25, 2025 10:04
@ndeloof ndeloof requested a review from glours January 25, 2025 10:04
@thaJeztah
Copy link
Member

Looks like this one's hitting an issue I was afraid would happen; buildkit and buildx depend on docker 27.x, and buildx has a function that's imported by compose (there was some discussion around this 😔);

#22 96.51 pkg/compose/build_buildkit.go:31:2: could not import github.com/docker/buildx/util/dockerutil (-: # github.com/docker/buildx/util/dockerutil

#22 96.51 /go/pkg/mod/github.com/docker/[email protected]/util/dockerutil/client.go:55:41: cannot use false (untyped bool constant) as image.LoadOptions value in argument to dapi.ImageLoad) (typecheck)

#22 96.51 	"github.com/docker/buildx/util/dockerutil"

#22 96.51 	^

Sign up for free to 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