mirror of
https://github.com/containers/skopeo.git
synced 2025-09-14 13:59:44 +00:00
remove Size, since it's tied to the fs after a real pull
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -51,7 +51,6 @@ type imageInspect struct {
|
|||||||
Config *containerTypes.Config
|
Config *containerTypes.Config
|
||||||
Architecture string
|
Architecture string
|
||||||
Os string
|
Os string
|
||||||
Size int64
|
|
||||||
Registry string
|
Registry string
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -247,7 +246,6 @@ func makeImageInspect(img *image.Image, index, tag string, tagList []string) *im
|
|||||||
Config: img.Config,
|
Config: img.Config,
|
||||||
Architecture: img.Architecture,
|
Architecture: img.Architecture,
|
||||||
Os: img.OS,
|
Os: img.OS,
|
||||||
Size: img.Size,
|
|
||||||
Registry: index,
|
Registry: index,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user