mirror of
https://github.com/containers/skopeo.git
synced 2025-09-13 21:40:31 +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
|
||||
Architecture string
|
||||
Os string
|
||||
Size int64
|
||||
Registry string
|
||||
}
|
||||
|
||||
@@ -247,7 +246,6 @@ func makeImageInspect(img *image.Image, index, tag string, tagList []string) *im
|
||||
Config: img.Config,
|
||||
Architecture: img.Architecture,
|
||||
Os: img.OS,
|
||||
Size: img.Size,
|
||||
Registry: index,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user