Skip to content

Commit

Permalink
Merge pull request #46417 from resouer/fix-digest-nit
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
Kubernetes Submit Queue committed May 26, 2017
2 parents 3be6879 + 4f4b161 commit 6d64131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/dockershim/libdocker/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6d64131

Please sign in to comment.