Merge pull request #72831 from yujuhong/bump-docker-version

Bump minimum docker version to 1.13.1
This commit is contained in:
Kubernetes Prow Robot
2019-01-11 15:54:11 -08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ const (
FakeMemoryCapacity = 4026531840
FakeKernelVersion = "3.16.0-0.bpo.4-amd64"
FakeContainerOsVersion = "Debian GNU/Linux 7 (wheezy)"
FakeDockerVersion = "1.5.0"
FakeDockerVersion = "1.13.1"
)
var _ cadvisor.Interface = new(Fake)