|
@@ -62,7 +62,7 @@ type V1Image struct {
|
|
|
// Image stores the image configuration
|
|
|
type Image struct {
|
|
|
V1Image
|
|
|
- Parent ID `json:"parent,omitempty"`
|
|
|
+ Parent ID `json:"parent,omitempty"` //nolint:govet
|
|
|
RootFS *RootFS `json:"rootfs,omitempty"`
|
|
|
History []History `json:"history,omitempty"`
|
|
|
OSVersion string `json:"os.version,omitempty"`
|