You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENOENT: no such file or directory, open '/tmp/report/report.xml'
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
cannot use func(cli *command.DockerCli) (client.APIClient, error) {…} (value of type func(cli *command.DockerCli) ("github.com/moby/moby/client".APIClient, error)) as func(*command.DockerCli) ("github.com/docker/docker/client".APIClient, error) value in argument to command.WithInitializeClient
cannot use s.dockerCli.Client() (value of type "github.com/docker/docker/client".APIClient) as "github.com/moby/moby/client".APIClient value in return statement: "github.com/docker/docker/client".APIClient does not implement "github.com/moby/moby/client".APIClient (wrong type for method ImageHistory)
cannot use func(cli *command.DockerCli) (client.APIClient, error) {…} (value of type func(cli *command.DockerCli) ("github.com/moby/moby/client".APIClient, error)) as func(*command.DockerCli) ("github.com/docker/docker/client".APIClient, error) value in argument to command.WithInitializeClient
cannot use s.dockerCli.Client() (value of type "github.com/docker/docker/client".APIClient) as "github.com/moby/moby/client".APIClient value in return statement: "github.com/docker/docker/client".APIClient does not implement "github.com/moby/moby/client".APIClient (wrong type for method ImageHistory)