mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update package for repo and tag parser
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
This commit is contained in:
parent
103ae23504
commit
63a4ba229c
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ func getImagesJSON(eng *engine.Engine, version version.Version, w http.ResponseW
|
|||
outsLegacy := engine.NewTable("Created", 0)
|
||||
for _, out := range outs.Data {
|
||||
for _, repoTag := range out.GetList("RepoTags") {
|
||||
repo, tag := utils.ParseRepositoryTag(repoTag)
|
||||
repo, tag := parsers.ParseRepositoryTag(repoTag)
|
||||
outLegacy := &engine.Env{}
|
||||
outLegacy.Set("Repository", repo)
|
||||
outLegacy.SetJson("Tag", tag)
|
||||
|
|
Loading…
Add table
Reference in a new issue