mirror of
https://github.com/containers/skopeo.git
synced 2025-09-26 04:35:14 +00:00
fixes for not needed fields in output
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(mf.repoInfo, pulledImg, askedTag, tagList, ""), nil
|
||||
return makeImageInspect(pulledImg, mf.repoInfo.Index.Name, askedTag, tagList), nil
|
||||
}
|
||||
|
||||
func (mf *v1ManifestFetcher) pullImageJSON(imgID, endpoint string, token []string) (*image.Image, error) {
|
||||
|
Reference in New Issue
Block a user