cri-o/pkg/storage
Nalin Dahyabhai aeea656581 Limit implicit image pulling to the pause image
The CRI doesn't expect us to implicitly pull an image if it isn't
already present before we're asked to use it to create a container, and
the tests no longer depend on us doing so, either.

Limit the logic which attempts to pull an image, if it isn't present, to
only pulling the configured "pause" image, since our use of that image
for running pod sandboxes is an implementation detail that our clients
can't be expected to know or care about.  Include the name of the image
that we didn't pull in the error we return when we don't pull one.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-01-18 10:23:30 -05:00
..
doc.go Add storage utility functions 2016-12-19 11:44:34 -05:00
image.go Add storage utility functions 2016-12-19 11:44:34 -05:00
runtime.go Limit implicit image pulling to the pause image 2017-01-18 10:23:30 -05:00