Skip to content

Commit

Permalink
Merge pull request #5083 from vrothberg/v2-libpod-image-endpoints
Browse files Browse the repository at this point in the history
v2 api: /libpod/images/{import,load,pull}
  • Loading branch information
openshift-merge-robot authored Feb 11, 2020
2 parents cbce43a + 1318760 commit d34ce13
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 184 deletions.
1 change: 1 addition & 0 deletions cmd/podman/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
Loading

0 comments on commit d34ce13

Please sign in to comment.