cri-o/libpod
Nalin Dahyabhai a5fb2b4b11 libpod: set the default Store to match a Runtime
When initializing a Runtime, set the default Store for the
containers-storage transport in the image library to the same one that
we're using, so that the calling process sees the same set of images
in the Runtime that it sees when going through the image library.

Update the kpod_push test so that it no longer has to specify a location
in the destination image reference, since the default should already be
passed to kpod as global options.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-10-24 21:47:10 -04:00
..
common Add 'kpod login' and 'kpod logout' commands 2017-10-10 17:02:57 -04:00
driver Move libkpod/image libkpod/layer to libpod/images and libpod/layers 2017-09-06 19:25:45 +00:00
images Continue switching from libkpod to libpod 2017-10-10 11:22:09 -04:00
layers Move libkpod/image libkpod/layer to libpod/images and libpod/layers 2017-09-06 19:25:45 +00:00
container.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00
copy_data.go Add 'kpod login' and 'kpod logout' commands 2017-10-10 17:02:57 -04:00
copy_ref.go Continue switching from libkpod to libpod 2017-10-10 11:22:09 -04:00
diff.go Continue switching from libkpod to libpod 2017-10-10 11:22:09 -04:00
errors.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00
in_memory_state.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00
options.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00
pod.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00
runtime.go libpod: set the default Store to match a Runtime 2017-10-24 21:47:10 -04:00
runtime_ctr.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00
runtime_img.go Update kpod load to add signature-policy (2) 2017-10-13 16:28:15 -04:00
runtime_pod.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00
state.go Working in-memory state implementation 2017-10-11 12:56:17 -04:00