podman/libpod/image
W. Trevor King 0f6535cf6b libpod/image: Use ParseNormalizedNamed in RepoDigests
Avoid generating
quay.io/openshift-release-dev/ocp-release@sha256@sha256:239... and
similar when the image name is already digest-based [1].  It's not
clear exactly how we get into this state, but as shown by the unit
tests, the new code handles this case correctly (while the previous
code does not).

[1]: https://github.com/containers/libpod/issues/2086

Signed-off-by: W. Trevor King <wking@tremily.us>

Closes: #2106
Approved by: rhatdan
2019-01-09 22:29:18 +00:00
..
testdata Split refNamesFromImageReference from Runtime.getPullListFromRef 2018-08-01 18:22:58 +00:00
docker_registry_options.go Minimally update for the DockerInsecureSkipTLSVerify type change 2018-12-06 23:34:59 +01:00
errors.go add podman container|image exists 2018-11-26 09:19:39 -06:00
filters.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
image.go libpod/image: Use ParseNormalizedNamed in RepoDigests 2019-01-09 22:29:18 +00:00
image_test.go libpod/image: Use ParseNormalizedNamed in RepoDigests 2019-01-09 22:29:18 +00:00
parts.go container runlabel NAME implementation 2019-01-04 12:57:55 -06:00
parts_test.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
prune.go Add ability to prune containers and images 2018-12-05 19:57:54 -06:00
pull.go Fix reporting the registries.conf path on error 2018-12-06 23:34:59 +01: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 Support podman image trust command 2018-12-19 13:36:11 -05:00