gomod/vendor: update system-validators to v1.4.0

Includes a Docker bump to 20.10.
This commit is contained in:
Lubomir I. Ivanov
2021-03-02 21:44:14 +02:00
parent 33aa64d7fd
commit b03418cb44
6 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ func (d *DockerValidator) Name() string {
const (
dockerConfigPrefix = "DOCKER_"
latestValidatedDockerVersion = "19.03"
latestValidatedDockerVersion = "20.10"
)
// Validate is part of the system.Validator interface.

View File

@@ -70,7 +70,7 @@ var DefaultSysSpec = SysSpec{
CgroupsV2Optional: []string{"hugetlb"},
RuntimeSpec: RuntimeSpec{
DockerSpec: &DockerSpec{
Version: []string{`1\.1[1-3]\..*`, `17\.0[3,6,9]\..*`, `18\.0[6,9]\..*`, `19\.03\..*`},
Version: []string{`1\.1[1-3]\..*`, `17\.0[3,6,9]\..*`, `18\.0[6,9]\..*`, `19\.03\..*`, `20\.10\..*`},
GraphDriver: []string{"aufs", "overlay", "overlay2", "devicemapper", "zfs"},
},
},

View File

@@ -34,7 +34,7 @@ var DefaultSysSpec = SysSpec{
},
RuntimeSpec: RuntimeSpec{
DockerSpec: &DockerSpec{
Version: []string{`18\.0[6,9]\..*`},
Version: []string{`18\.0[6,9]\..*`, `19\.03\..*`},
GraphDriver: []string{"windowsfilter"},
},
},