added locker into image checker; added blob digest checking

This commit is contained in:
2026-03-31 13:21:27 +02:00
parent 1c894e190d
commit 323825b7ff
2 changed files with 80 additions and 30 deletions
+2
View File
@@ -103,6 +103,8 @@ func (svc *Service) Build() error {
svc.rout.Post(`/v3/api/grant/delete`, svc.hand.DeleteGrant)
svc.rout.Post(`/v3/api/grants/list`, svc.hand.ListGrants)
svc.rout.Get(`/{filepath}`, svc.hand.GetFile)
svc.rout.NotFound(svc.hand.NotFound)
selector := svc.rout.Selector()