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:
@ -131,6 +131,7 @@ type ImageInspect struct {
|
||||
Config *container.Config
|
||||
Architecture string
|
||||
Os string
|
||||
OsVersion string `json:",omitempty"`
|
||||
Size int64
|
||||
VirtualSize int64
|
||||
GraphDriver GraphDriverData
|
||||
|
Reference in New Issue
Block a user