diff --git a/pkg/storage/imagestore/imagestore.go b/pkg/storage/imagestore/imagestore.go index da2a6c09..b7a4d3d1 100644 --- a/pkg/storage/imagestore/imagestore.go +++ b/pkg/storage/imagestore/imagestore.go @@ -1308,6 +1308,7 @@ func (is *ImageStore) GetAllDedupeReposCandidates(digest godigest.Digest) ([]str blobPath, _ = filepath.Rel(is.rootDir, blobPath) } + blobPath = filepath.ToSlash(blobPath) blobsDirIndex := strings.LastIndex(blobPath, "/blobs/") repos = append(repos, blobPath[:blobsDirIndex])