From a824186ac9803ef5f7548df790988a4ebd2d9c07 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 25 Apr 2018 13:26:52 -0500 Subject: Use buildah commit and bud in podman Vendor in buildah and use as much of commit and bug as possible for podman build and commit. Resolves #586 Signed-off-by: baude Closes: #681 Approved by: mheon --- pkg/inspect/inspect.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/inspect/inspect.go') 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 -- cgit v1.2.3-54-g00ecf