summaryrefslogtreecommitdiff
path: root/pkg/inspect
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/inspect')
-rw-r--r--pkg/inspect/inspect.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go
index b2dd1e1c0..9d4444c89 100644
--- a/pkg/inspect/inspect.go
+++ b/pkg/inspect/inspect.go
@@ -125,6 +125,7 @@ type ImageData struct {
RootFS *RootFS `json:"RootFS"`
Labels map[string]string `json:"Labels"`
Annotations map[string]string `json:"Annotations"`
+ ManifestType string `json:"ManifestType"`
}
// RootFS holds the root fs information of an image