zot-wo-auth/pkg
peusebiu 1b184ceef8
fix(zb): fixed remote repositories cleanup (#1461)
fix(storage/local): also put deduped blobs in cache, not just origin blobs

this caused an error when trying to delete deduped blobs
from multiple repositories

fix(storage/s3): check blob is present in cache before deleting

this is an edge case where dedupe is false but cacheDriver is not nil
(because in s3 we open the cache.db if storage find it in rootDir)
it caused an error when trying to delete blobs uploaded with dedupe false

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2023-05-19 09:51:15 -07:00
..
api fix(sync): fixed way of updating repodb when syncing a signature (#1439) 2023-05-15 12:02:23 +03:00
cli feat: verifying and enabling necessary extensions for ui (#1369) 2023-05-12 09:43:14 -07:00
common feat(search): add artifact type to manifest summary gql structure (#1448) 2023-05-15 10:44:49 -07:00
compliance feat(repodb): Multiarch Image support (#1147) 2023-02-27 11:23:18 -08:00
debug chore: update golang (to 1.20.x) and golangci-linter (#1388) 2023-04-27 00:09:46 -07:00
exporter feat: remove usage of zerolog.Logger.Msgf() from zot code (#1382) 2023-04-27 19:44:22 -07:00
extensions chore: fix dependabot alerts (#1458) 2023-05-17 00:37:34 -07:00
log refactor(artifact): remove oci artifact support (#1359) 2023-05-10 10:15:33 -07:00
meta fix(sync): fixed way of updating repodb when syncing a signature (#1439) 2023-05-15 12:02:23 +03:00
regexp chore(trivy): update trivy version and enforce OCI compliant repo names in local image storage (#1068) 2023-01-18 08:24:44 -08:00
requestcontext fix(authz): get username from authn.go request context (#1383) 2023-04-27 08:13:06 -07:00
scheduler feat(storage): rebuild storage(s3/local) dedupe index when switching dedupe status (#1062) 2023-04-07 09:49:24 -07:00
storage fix(zb): fixed remote repositories cleanup (#1461) 2023-05-19 09:51:15 -07:00
test fix(sync): fixed way of updating repodb when syncing a signature (#1439) 2023-05-15 12:02:23 +03:00