mirror of
https://github.com/containers/skopeo.git
synced 2025-09-20 01:20:09 +00:00
drop the Registry field in output - images are not fully qualified
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -145,7 +145,7 @@ func (mf *v1ManifestFetcher) fetchWithSession(ctx context.Context, askedTag stri
|
||||
return nil, fmt.Errorf("No such image %s:%s", mf.repoInfo.FullName(), askedTag)
|
||||
}
|
||||
|
||||
return makeImageInspect(pulledImg, mf.repoInfo.Index.Name, askedTag, "", tagList), nil
|
||||
return makeImageInspect(pulledImg, askedTag, "", tagList), nil
|
||||
}
|
||||
|
||||
func (mf *v1ManifestFetcher) pullImageJSON(imgID, endpoint string, token []string) (*image.Image, error) {
|
||||
|
Reference in New Issue
Block a user