mirror of
https://github.com/containers/podman.git
synced 2025-06-27 21:50:18 +08:00
add image user to inspect data
Signed-off-by: baude <bbaude@redhat.com> Closes: #1036 Approved by: rhatdan
This commit is contained in:
@ -815,6 +815,7 @@ func (i *Image) Inspect(ctx context.Context) (*inspect.ImageData, error) {
|
||||
},
|
||||
GraphDriver: driver,
|
||||
ManifestType: manifestType,
|
||||
User: ociv1Img.Config.User,
|
||||
}
|
||||
return data, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user