From 2c698f0140498938d2f648c0f5f86e3eec0f96d9 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Mon, 23 Mar 2020 15:54:29 -0700 Subject: Complete podmanV2 history command * All format options now implemented Signed-off-by: Jhon Honce --- pkg/domain/entities/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/domain') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index c84ed5351..f18ee2651 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -105,7 +105,7 @@ type ImageHistoryOptions struct{} type ImageHistoryLayer struct { ID string `json:"Id"` - Created int64 `json:"Created,omitempty"` + Created int64 `json:",omitempty"` CreatedBy string `json:",omitempty"` Tags []string `json:",omitempty"` Size int64 `json:",omitempty"` -- cgit v1.2.3-54-g00ecf