We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24d345 commit ef34a38Copy full SHA for ef34a38
pkg/compose/build_buildkit.go
@@ -40,6 +40,7 @@ import (
40
_ "github.com/docker/buildx/driver/docker" //nolint:blank-imports
41
_ "github.com/docker/buildx/driver/docker-container" //nolint:blank-imports
42
_ "github.com/docker/buildx/driver/kubernetes" //nolint:blank-imports
43
+ _ "github.com/docker/buildx/driver/remote" //nolint:blank-imports
44
xprogress "github.com/docker/buildx/util/progress"
45
)
46
0 commit comments