From 5fcc8f55e21651902765030a27dafaa08097c475 Mon Sep 17 00:00:00 2001 From: Wayne Warren Date: Wed, 2 Sep 2020 21:53:31 +0000 Subject: [PATCH] need schema2 import --- registry/storage/garbagecollect.go | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/storage/garbagecollect.go b/registry/storage/garbagecollect.go index a93a35520..4a8c26320 100644 --- a/registry/storage/garbagecollect.go +++ b/registry/storage/garbagecollect.go @@ -5,6 +5,7 @@ import ( "fmt" "github.com/docker/distribution" + "github.com/docker/distribution/manifest/schema2" "github.com/docker/distribution/reference" "github.com/docker/distribution/registry/storage/driver" "github.com/opencontainers/go-digest"