Update dependencies (#5518)

This commit is contained in:
hongming
2023-02-12 23:09:20 +08:00
committed by GitHub
parent d3b35fb2da
commit a979342f56
1486 changed files with 126660 additions and 71128 deletions

View File

@@ -251,11 +251,10 @@ func (s *OCI) validateOCILayoutFile() error {
return nil
}
// TODO: implement (needed to create a content.Store)
// TODO: do not return empty content.Info
// Info will return metadata about content available in the content store.
// Abort completely cancels the ingest operation targeted by ref.
func (s *OCI) Info(ctx context.Context, dgst digest.Digest) (content.Info, error) {
return content.Info{}, nil
return s.Store.Info(ctx, dgst)
}
// TODO: implement (needed to create a content.Store)