Merge pull request #802 from jelly/search_registry_truncated

libimage: Return the full registry domain when searching
This commit is contained in:
OpenShift Merge Robot 2021-10-14 19:27:59 +02:00 committed by GitHub
commit 27e2c6604d
1 changed files with 1 additions and 1 deletions

View File

@ -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,