cri-o/libkpod
umohnani8 9f349528dc Fix 'kpod load' nil issue raised by QE
When an image is saved using the digest, the repotag saved is null causing load to break
Using the hex form of the image digest to save the image when the repotag is null
This saves the image in containers-storage without a name or tag as "<none>"

Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-08-15 14:23:11 -04:00
..
common cmd/kpod/images.go: Add structured format ouput 2017-08-12 19:09:49 -05:00
driver move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
image Fix 'kpod load' nil issue raised by QE 2017-08-15 14:23:11 -04:00
layer Add kpod diff command 2017-08-11 16:08:41 -04:00
sandbox Move to new github.com/sirupsen/logrus. 2017-08-07 11:50:04 -04:00
config.go Add inotify watcher for container exits 2017-08-13 08:01:48 -07:00
container.go Move to new github.com/sirupsen/logrus. 2017-08-07 11:50:04 -04:00
container_data.go Move functions in libkpod to ContainerServer 2017-08-03 13:05:44 -04:00
container_server.go Add inotify watcher for container exits 2017-08-13 08:01:48 -07:00
diff.go Fix Typo to improve GoReport 2017-08-15 10:15:01 +08:00