cri-o/libpod
baude 951a943d16 libkpod/image/copy.go: Add pull by short-name
If the user provides kpod pull a short name like 'debian', we
still want the pull to be sucessful.  As such, when a short
name is provided, we get the list of searchable registries via
the systemregistries code in containers-storage.  We then
append a tag of 'latest' (if not provided) and we formulate
a list of possible fully-qualified image names to try.

Vendor update for containers-storage to bring in the system_registries
code.

Also includes a patch from Nalin to fix compilation errors.

Signed-off-by: baude <bbaude@redhat.com>
2017-09-14 08:33:10 -05:00
..
common Move libkpod/image libkpod/layer to libpod/images and libpod/layers 2017-09-06 19:25:45 +00:00
ctr Move some image functions around 2017-08-17 11:47:10 -04:00
driver Move libkpod/image libkpod/layer to libpod/images and libpod/layers 2017-09-06 19:25:45 +00:00
images libkpod/image/copy.go: Add pull by short-name 2017-09-14 08:33:10 -05:00
layers Move libkpod/image libkpod/layer to libpod/images and libpod/layers 2017-09-06 19:25:45 +00:00
pod Add skeleton of new libpod API 2017-08-17 10:43:24 -04:00
image.go libkpod/image/copy.go: Add pull by short-name 2017-09-14 08:33:10 -05:00
options.go Add basic skeleton of libpod runtime 2017-08-29 13:57:20 -04:00
runtime.go Begin converting kpod pull to use libpod/runtime 2017-09-06 19:38:47 +00:00