cri-o/libkpod/image
Nalin Dahyabhai 5e97d2a1e2 libkpod: remove non-OCI information from inspect
Remove the non-OCI version of the configuration structure, and the
parent image ID, from the ImageData that libkpod returns.

At runtime, cri-o is only ever going to use the OCI configuration
(possibly converted from another format by the image library) when
setting up a container, so it can be confusing to display settings in
"kpod inspect" that might be discarded when we try to run a container.

Remove the non-OCI version of the configuration structure, and the
hard-coded Type field, from the ContainerData that libkpod returns.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-07-28 16:58:12 -04:00
..
copy.go move PushImage and PullImage to libkpod/image 2017-07-24 14:35:36 -04:00
copyData.go move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
CopyRef.go move functions supporting rmi command to libkpod/image 2017-07-24 16:17:26 -04:00
image.go libkpod: remove non-OCI information from inspect 2017-07-28 16:58:12 -04:00
imageData.go libkpod: remove non-OCI information from inspect 2017-07-28 16:58:12 -04:00
rmi.go Avoid using lower-level storage APIs 2017-07-25 13:29:49 -04:00