We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991ecbb commit bb3093bCopy full SHA for bb3093b
pkg/content/oci.go
@@ -251,11 +251,10 @@ func (s *OCI) validateOCILayoutFile() error {
251
return nil
252
}
253
254
-// TODO: implement (needed to create a content.Store)
255
-// TODO: do not return empty content.Info
+// Info will return metadata about content available in the content store.
256
// Abort completely cancels the ingest operation targeted by ref.
257
func (s *OCI) Info(ctx context.Context, dgst digest.Digest) (content.Info, error) {
258
- return content.Info{}, nil
+ return s.Store.Info(ctx, dgst)
259
260
261
// TODO: implement (needed to create a content.Store)
0 commit comments