Move registry to daemon/pkg/registry

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:11:51 -07:00
parent f1f83dae55
commit 7bfb804dbe
38 changed files with 20 additions and 20 deletions

View File

@@ -55,6 +55,7 @@ import (
dlogger "github.com/docker/docker/daemon/logger"
"github.com/docker/docker/daemon/network"
"github.com/docker/docker/daemon/pkg/plugin"
"github.com/docker/docker/daemon/pkg/registry"
"github.com/docker/docker/daemon/snapshotter"
"github.com/docker/docker/daemon/stats"
volumesservice "github.com/docker/docker/daemon/volume/service"
@@ -64,7 +65,6 @@ import (
"github.com/docker/docker/pkg/idtools"
"github.com/docker/docker/pkg/plugingetter"
"github.com/docker/docker/pkg/sysinfo"
"github.com/docker/docker/registry"
"github.com/moby/buildkit/util/grpcerrors"
"github.com/moby/buildkit/util/tracing"
"github.com/moby/locker"