mirror of
https://github.com/docker/compose.git
synced 2025-07-22 13:14:29 +02:00
Add remote buildx driver
Signed-off-by: Ben Moss <ben@mossity.com>
This commit is contained in:
parent
f24d3458c6
commit
ef34a38ac0
@ -40,6 +40,7 @@ import (
|
|||||||
_ "github.com/docker/buildx/driver/docker" //nolint:blank-imports
|
_ "github.com/docker/buildx/driver/docker" //nolint:blank-imports
|
||||||
_ "github.com/docker/buildx/driver/docker-container" //nolint:blank-imports
|
_ "github.com/docker/buildx/driver/docker-container" //nolint:blank-imports
|
||||||
_ "github.com/docker/buildx/driver/kubernetes" //nolint:blank-imports
|
_ "github.com/docker/buildx/driver/kubernetes" //nolint:blank-imports
|
||||||
|
_ "github.com/docker/buildx/driver/remote" //nolint:blank-imports
|
||||||
xprogress "github.com/docker/buildx/util/progress"
|
xprogress "github.com/docker/buildx/util/progress"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user