xiekeyang / oci-discovery

Contain the OCI Ref-engine Discovery specification and related specifications as an extention to the image specification.
Other
2 stars 1 forks source link

tools/cmd/resolve: Keep iterating through ref-engines on empty Get #38

Closed wking closed 7 years ago

wking commented 7 years ago

If the ref-engine we're checking returns no results, keep going (even if it didn't return an error). Also document the “ref-engine knows it doesn't have that name” results in the Engine.Get interface.

xiekeyang commented 7 years ago

LGTM