Skip to content

Commit

Permalink
Merge pull request containers#802 from jelly/search_registry_truncated
Browse files Browse the repository at this point in the history
libimage: Return the full registry domain when searching
  • Loading branch information
openshift-merge-robot authored Oct 14, 2021
2 parents 518e011 + df1eb39 commit c24fb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libimage/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (r *Runtime) searchImageInRegistry(ctx context.Context, term, registry stri
name = index + "/library/" + results[i].Name
}
params := SearchResult{
Index: index,
Index: registry,
Name: name,
Description: description,
Official: official,
Expand Down

0 comments on commit c24fb21

Please sign in to comment.