Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
  • Loading branch information
fahedouch committed Jun 17, 2021
1 parent a918ad2 commit dc52fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/inspecttypes/native/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ import (
// Not compatible with `docker image inspect`.
type Image struct {
images.Image
ImageSpec ocispec.Image `json:"Image"`
ImageSpec ocispec.Image `json:"ImageSpec"`
Descriptor ocispec.Descriptor `json:"Descriptor"`
}

0 comments on commit dc52fd7

Please sign in to comment.