diff options
author | Miloslav Trmač <mitr@redhat.com> | 2019-01-09 20:55:53 +0100 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2019-01-14 04:07:23 +0100 |
commit | 81204487dbf9903f4a8784be9a580f8a46d1d381 (patch) | |
tree | a9939c4e4b22bd74be036829816b0550f91662b6 /libpod/version.go | |
parent | 2171a393904051ab724fa08d01a964adbf7c1880 (diff) | |
download | podman-81204487dbf9903f4a8784be9a580f8a46d1d381.tar.gz podman-81204487dbf9903f4a8784be9a580f8a46d1d381.tar.bz2 podman-81204487dbf9903f4a8784be9a580f8a46d1d381.zip |
Use imageParts.referenceWithRegistry in pullGoalFromPossiblyUnqualifiedName
CHANGES BEHAVIOR.
This bypasses .assemble, and preserves the original
lack of tag / original digest instead of adding :latest/:none
(still subject to ParseStoreReference normalization).
Using the original digest seems clearly correct; dropping the :latest
suffix from .image strings, and adding /library to docker.io/shortname,
only affects user-visible input; later uses of the return value of
pullImageFrom... use ParseStoreReference, which calls reference.ParseNormalizedNamed
and reference.TagNameOnly, so the image name should be processed
the same way whether it contains a tag, or libray/, or not.
This also allows us to drop the problematic hasShaInInputName heuristic/condition/helper.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'libpod/version.go')
0 files changed, 0 insertions, 0 deletions