Revert "Kubelet: Use RepoDigest for ImageID when available"

This commit is contained in:
Wojciech Tyczynski
2016-10-08 10:19:22 +02:00
committed by GitHub
parent 28a53453cf
commit 77371c3bf4
9 changed files with 18 additions and 272 deletions

View File

@@ -151,9 +151,6 @@ func createTestDockerManager(fakeHTTPClient *fakeHTTP, fakeDocker *FakeDockerCli
fakeHTTPClient,
flowcontrol.NewBackOff(time.Second, 300*time.Second))
// default this to an empty result, so that we never have a nil non-error response from InspectImage
fakeDocker.Image = &dockertypes.ImageInspect{}
return dockerManager, fakeDocker
}