You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… I might be missing something; how do short names like busybox vs explicit docker://docker.io/busybox pulls work? AFAICS this code parses both into a docker://busyboxImageReference, losing the distinction — and then may try to do short name lookup on explicit docker://… formats, which should, I think, never happen — short name lookup is used only for Docker-like non-transport-qualified formats, so that the c/image-transport-qualified strings always mean the same thing in all callers.
… I might be missing something; how do short names like
busybox
vs explicitdocker://docker.io/busybox
pulls work? AFAICS this code parses both into adocker://busybox
ImageReference
, losing the distinction — and then may try to do short name lookup on explicitdocker://…
formats, which should, I think, never happen — short name lookup is used only for Docker-like non-transport-qualified formats, so that the c/image-transport-qualified strings always mean the same thing in all callers.Originally posted by @mtrmac in #579 (comment)
The text was updated successfully, but these errors were encountered: