summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-11 21:25:35 +0100
committerGitHub <noreply@github.com>2020-02-11 21:25:35 +0100
commitd34ce1320cc31327675c501d5de94064c4d79f17 (patch)
treeb05a944b6a0499ddd98611be40e0aceae500ea85 /cmd
parentcbce43a86589325388e1d6a789e96cb8f66ba3a8 (diff)
parent13187607e7efd56809dd806765de872e1ccb1826 (diff)
downloadpodman-d34ce1320cc31327675c501d5de94064c4d79f17.tar.gz
podman-d34ce1320cc31327675c501d5de94064c4d79f17.tar.bz2
podman-d34ce1320cc31327675c501d5de94064c4d79f17.zip
Merge pull request #5083 from vrothberg/v2-libpod-image-endpoints
v2 api: /libpod/images/{import,load,pull}
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/pull.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pull.go b/cmd/podman/pull.go
index 1cbb3f45e..b5957d7fe 100644
--- a/cmd/podman/pull.go
+++ b/cmd/podman/pull.go
@@ -101,6 +101,7 @@ func pullCmd(c *cliconfig.PullValues) (retError error) {
}
}
+ // FIXME: that's a bug. What if we pass "localhost:5000/no-tag" ?
arr := strings.SplitN(args[0], ":", 2)
if len(arr) == 2 {
if c.Bool("all-tags") {