distribution/registry/storage
Adam Wolfe Gordon a784441b62 catalog: List repositories with no unique layers
A repository need not contain any unique layers, if its images use only layers
mounted from other repositories. But, the catalog endpoint was looking for the
_layers directory to indicate that a directory was a repository.

Use the _manifests directory as the marker instead, since any repository with
revisions will contain a _manifests directory.

Signed-off-by: Adam Wolfe Gordon <awg@digitalocean.com>
2020-08-04 11:38:49 -06:00
..
cache Remove deprecated cache metrics code 2020-03-09 13:11:54 -07:00
driver Fix err shadowing in gcs driver 2020-03-18 11:41:34 +01:00
blob_test.go Migrate to golangci-lint 2020-02-14 08:11:16 +11:00
blobserver.go
blobstore.go
blobwriter.go
blobwriter_nonresumable.go
blobwriter_resumable.go track digest offset in blobwriter 2018-09-12 14:53:27 -07:00
catalog.go catalog: List repositories with no unique layers 2020-08-04 11:38:49 -06:00
catalog_test.go
doc.go
error.go
filereader.go
filereader_test.go Enable static checks 2018-08-06 14:49:11 -07:00
garbagecollect.go
garbagecollect_test.go Merge pull request #2474 from vikstrous/disable-v1-master 2018-08-24 10:58:39 -07:00
io.go
linkedblobstore.go
linkedblobstore_test.go Add unit tests for BlobEnumerator 2019-12-06 09:38:13 +01:00
manifestlisthandler.go
manifeststore.go Migrate to golangci-lint 2020-02-14 08:11:16 +11:00
manifeststore_test.go Migrate to golangci-lint 2020-02-14 08:11:16 +11:00
ocimanifesthandler.go Migrate to golangci-lint 2020-02-14 08:11:16 +11:00
ocimanifesthandler_test.go Migrate to golangci-lint 2020-02-14 08:11:16 +11:00
paths.go fixes to make layersPathSpec work 2019-12-05 20:48:33 +01:00
paths_test.go Add unit tests for BlobEnumerator 2019-12-06 09:38:13 +01:00
purgeuploads.go
purgeuploads_test.go Fix gometalint errors 2019-02-04 16:01:04 -08:00
registry.go
schema2manifesthandler.go Migrate to golangci-lint 2020-02-14 08:11:16 +11:00
schema2manifesthandler_test.go
signedmanifesthandler.go
tagstore.go Merge pull request #2748 from manishtomar/tag-digests 2019-10-08 12:14:56 -07:00
tagstore_test.go
v1unsupportedhandler.go
vacuum.go add possibility to clean untagged manifests 2018-01-05 12:20:01 +02:00