diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/inspect/inspect.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go index 61776f1e2..5b5a27c3d 100644 --- a/pkg/inspect/inspect.go +++ b/pkg/inspect/inspect.go @@ -125,6 +125,7 @@ type ImageData struct { Labels map[string]string `json:"Labels"` Annotations map[string]string `json:"Annotations"` ManifestType string `json:"ManifestType"` + User string `json:"User"` } // RootFS holds the root fs information of an image |