Commit 6d641317 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 3be6879b 4f4b161f
......@@ -112,7 +112,7 @@ func matchImageIDOnly(inspected dockertypes.ImageInspect, image string) bool {
digest, isDigested := ref.(dockerref.Digested)
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment