added locker into image checker; added blob digest checking
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user