1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Inspect populate image OSVersion

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2016-09-28 15:02:28 -07:00
parent 5ee2c2a647
commit b7f537e811
4 changed files with 84 additions and 1 deletions

View File

@ -131,6 +131,7 @@ type ImageInspect struct {
Config *container.Config
Architecture string
Os string
OsVersion string `json:",omitempty"`
Size int64
VirtualSize int64
GraphDriver GraphDriverData