cri-o/cmd
baude 529eb5bdb7 cmd/kpod/tag.go: Do not assume docker.io for tagging
When performing a tag, if a shortname was provided, tag.go would
preprend docker.io to the shortname through the ParseNormalized
function.  Here we work around that such that is a short name
and tag are provided, the resulting tag will be shortname:tag.  If
a shortname is provided without a tag, we append "latest" as the
tag.

Added specific tag tests too

Signed-off-by: baude <bbaude@redhat.com>
2017-09-06 09:00:00 -05:00
..
crio Merge pull request #805 from baude/config 2017-09-01 14:57:14 -04:00
crioctl cmd: {crio,crioctl}: bump to beta 2017-08-29 11:25:33 +02:00
kpod cmd/kpod/tag.go: Do not assume docker.io for tagging 2017-09-06 09:00:00 -05:00