Skip to content

Commit a501ab3

Browse files
thaJeztahndeloof
authored andcommitted
use StatusError from docker/cli, not "dockerd"
This package is a leftover from when the "docker" cli and the "dockerd" cli both lived in the same repository. The package in docker/docker will be (re)moved soon, so replace it with the implementation in docker/cli, which is the right one :) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d4a4dcf commit a501ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/build_classic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ import (
2828

2929
"github.com/compose-spec/compose-go/types"
3030
buildx "github.com/docker/buildx/build"
31+
"github.com/docker/cli/cli"
3132
"github.com/docker/cli/cli/command/image/build"
3233
dockertypes "github.com/docker/docker/api/types"
3334
"github.com/docker/docker/builder/remotecontext/urlutil"
34-
"github.com/docker/docker/cli"
3535
"github.com/docker/docker/pkg/archive"
3636
"github.com/docker/docker/pkg/idtools"
3737
"github.com/docker/docker/pkg/jsonmessage"

0 commit comments

Comments
 (0)