mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #46417 from resouer/fix-digest-nit
Automatic merge from submit-queue (batch tested with PRs 42256, 46479, 45436, 46440, 46417) Log out digest when digest is invalid Notice this in frakti: missing image ref when logging it out. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
6d6413175f
@ -112,7 +112,7 @@ func matchImageIDOnly(inspected dockertypes.ImageInspect, image string) bool {
|
|||||||
|
|
||||||
digest, isDigested := ref.(dockerref.Digested)
|
digest, isDigested := ref.(dockerref.Digested)
|
||||||
if !isDigested {
|
if !isDigested {
|
||||||
glog.V(4).Infof("the image reference %q was not a digest reference")
|
glog.V(4).Infof("the image reference %q was not a digest reference", image)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user