chore: Bump github.com/docker/docker to v28.0.4 and fix broken API #879
test.yaml
on: pull_request
test-and-build-linux
1m 37s
test-and-build-windows
3m 29s
Annotations
15 errors
|
test-and-build-linux:
acceptance/reproducibility_test.go#L113
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
acceptance/reproducibility_test.go#L118
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
acceptance/reproducibility_test.go#L131
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
local/local_test.go#L66
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
local/local_test.go#L72
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
local/local_test.go#L104
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
local/local_test.go#L150
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
local/local_test.go#L159
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
local/local_test.go#L174
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-linux:
local/local_test.go#L197
cannot use dockerClient (variable of type "github.com/docker/docker/client".APIClient) as local.DockerClient value in argument to local.NewImage: "github.com/docker/docker/client".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)
|
|
test-and-build-windows
cannot use dockerClient (variable of type \"github.com/docker/docker/client\".APIClient) as local.DockerClient value in argument to local.NewImage: \"github.com/docker/docker/client\".APIClient does not implement local.DockerClient (wrong type for method ImageInspect)\n\t\thave ImageInspect(context.Context, string, ...\"github.com/docker/docker/client\".ImageInspectOption) (image.InspectResponse, error)\n\t\twant ImageInspect(context.Context, string) (image.InspectResponse, error)"
|
|
test-and-build-windows
too many errors"
|
|
test-and-build-windows:
local/v1_facade.go#L25
SA1019: types.ImageInspect is deprecated: use [image.InspectResponse]. (staticcheck)
|
|
test-and-build-windows:
local/v1_facade.go#L100
SA1019: types.RootFS is deprecated: use [image.RootFS]. (staticcheck)
|
|
test-and-build-windows
Process completed with exit code 1.
|