Remove unused reference store in image api

The image api already defines the backend used and does
not directly use the reference store backend. It also should not
directly use the reference store backend.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-05-03 21:54:22 -07:00
parent d3579b9582
commit aef409dfb2
2 changed files with 6 additions and 10 deletions

View File

@@ -713,7 +713,6 @@ func buildRouters(opts routerOptions) []router.Router {
image.NewRouter(
opts.daemon.ImageService(),
opts.daemon.RegistryService(),
opts.daemon.ReferenceStore,
),
systemrouter.NewRouter(opts.daemon, opts.cluster, opts.builder.buildkit, opts.daemon.Features),
volume.NewRouter(opts.daemon.VolumesService(), opts.cluster),