cri-o/libkpod
Nalin Dahyabhai cb0bb94c68 Avoid parsing image metadata
Avoid parsing metadata that the image library keeps in order to find an
image's top layer and creation date; instead, use the values which the
storage library now makes available, which will be correct once we merge
PR #654 or something like it.

Instead of assuming the last blob which was added for the image was the
manifest, read it directly and compute its digest ourselves.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-07-26 16:33:02 -04:00
..
common move functions supporting rmi command to libkpod/image 2017-07-24 16:17:26 -04:00
driver move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
image Avoid parsing image metadata 2017-07-26 16:33:02 -04:00
sandbox Move sandbox into its own package 2017-07-21 08:15:55 -04:00
container.go Avoid using lower-level storage APIs 2017-07-25 13:29:49 -04:00
containerData.go move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
containerserver.go move shutdown function into libkpod and have server call in to it 2017-07-24 14:32:02 -04:00