mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
5494a1b8d6
when pushing manifests, zot will validate blobs (layers + config blob) are present in repo, currently it opens(in case of filesystem storage) or download( in case of cloud storage) each blob. fixed that by adding a new method ImageStore.CheckBlobPresence() on storage to check blobs presence without checking the cache like ImageStore.CheckBlob() method does. Signed-off-by: Petu Eusebiu <peusebiu@cisco.com> |
||
---|---|---|
.. | ||
config | ||
constants | ||
errors | ||
authn.go | ||
authz.go | ||
controller.go | ||
controller_test.go | ||
ldap.go | ||
routes.go | ||
routes_test.go | ||
session.go |