Skip to content

Commit

Permalink
Merge pull request kubernetes#7 from yastij/fix-unix-types
Browse files Browse the repository at this point in the history
fix docker version in unix types
  • Loading branch information
k8s-ci-robot authored Nov 12, 2019
2 parents db00953 + 8a883c0 commit b27b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators/types_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var DefaultSysSpec = SysSpec{
Cgroups: []string{"cpu", "cpuacct", "cpuset", "devices", "freezer", "memory"},
RuntimeSpec: RuntimeSpec{
DockerSpec: &DockerSpec{
Version: []string{`1\.1[1-3]\..*`, `17\.0[3,6,9]\..*`, `18\.0[6,9]\..*`},
Version: []string{`1\.1[1-3]\..*`, `17\.0[3,6,9]\..*`, `18\.0[6,9]\..*`, `19\.03\..*`},
GraphDriver: []string{"aufs", "overlay", "overlay2", "devicemapper", "zfs"},
},
},
Expand Down

0 comments on commit b27b040

Please sign in to comment.