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
|
name = index + "/library/" + results[i].Name
|
||||||
}
|
}
|
||||||
params := SearchResult{
|
params := SearchResult{
|
||||||
Index: index,
|
Index: registry,
|
||||||
Name: name,
|
Name: name,
|
||||||
Description: description,
|
Description: description,
|
||||||
Official: official,
|
Official: official,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue