spiegel_podman/libpod/image
baude a931c44104 run complex image names with short names
In cases where the image name is more complex like:

quay/baude/alpine_nginx:latest  and is not from the docker
registry, we need to be able to run the image by its shortname
such as baude/alpine_nginx.  The same goes when the image is
not from a registry but instead has the localhost repository.

This resolves buildah issue #1034

Signed-off-by: baude <bbaude@redhat.com>
2018-09-28 12:48:54 -05:00
..
testdata Split refNamesFromImageReference from Runtime.getPullListFromRef 2018-08-01 18:22:58 +00:00
docker_registry_options.go Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00
filters.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
image.go run complex image names with short names 2018-09-28 12:48:54 -05:00
image_test.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
parts.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
parts_test.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
pull.go libpod/image/pull: Return image-pulling errors from doPullImage 2018-09-14 15:01:43 +00:00
pull_test.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
signing_options.go Stage3 Image Library 2018-03-14 20:21:31 +00:00
utils.go Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00