Move image to daemon/internal/image

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:11:02 -07:00
parent 1ff6011e04
commit f24455c90b
83 changed files with 70 additions and 70 deletions

View File

@@ -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"