Merge pull request #802 from jelly/search_registry_truncated
libimage: Return the full registry domain when searching
This commit is contained in:
commit
27e2c6604d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue