mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move image to daemon/internal/image
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -17,6 +17,7 @@ import (
|
||||
cerrdefs "github.com/containerd/errdefs"
|
||||
"github.com/containerd/log"
|
||||
"github.com/containerd/platforms"
|
||||
"github.com/docker/docker/daemon/internal/image"
|
||||
libcontainerdtypes "github.com/docker/docker/daemon/internal/libcontainerd/types"
|
||||
"github.com/docker/docker/daemon/internal/restartmanager"
|
||||
"github.com/docker/docker/daemon/internal/stream"
|
||||
@@ -28,7 +29,6 @@ import (
|
||||
"github.com/docker/docker/daemon/volume"
|
||||
volumemounts "github.com/docker/docker/daemon/volume/mounts"
|
||||
"github.com/docker/docker/errdefs"
|
||||
"github.com/docker/docker/image"
|
||||
"github.com/docker/docker/oci"
|
||||
"github.com/docker/go-units"
|
||||
containertypes "github.com/moby/moby/api/types/container"
|
||||
|
||||
Reference in New Issue
Block a user