mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 18:37:21 +00:00
remove todo - image be fully qualified
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -146,6 +146,14 @@ func (mf *v2ManifestFetcher) fetchWithRepository(ctx context.Context, ref refere
|
||||
return nil, errors.New("unsupported manifest format")
|
||||
}
|
||||
|
||||
// TODO(runcom)
|
||||
//var showTags bool
|
||||
//if reference.IsNameOnly(ref) {
|
||||
//showTags = true
|
||||
//logrus.Debug("Using default tag: latest")
|
||||
//ref = reference.WithDefaultTag(ref)
|
||||
//}
|
||||
//_ = showTags
|
||||
return makeImageInspect(image, mf.repoInfo.Index.Name, tag, manifestDigest, tagList), nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user