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
resolver: allow reference matches for local image lookups
When looking up local images from container image store, Get()
method only accepts direct name matches. This means that when
image name is sent together with a digest value, it is not matched
because containerd would expect digest to be part of the image name.
Signed-off-by: Tonis Tiigi <[email protected]>
(cherry picked from commit 43580f9)
0 commit comments