kubernetes/cmd
Thomas Riccardi 068cdaa56c Recognize newer docker versions without -ce/-ee suffix
Since docker 18.09, the ServerVersion field format changed: the `-ce`
or `-ee` suffix disappeared:

- docker 18.06: `18.06.1-ce`
- docker 18.09: `18.09.0`

This was not expected by the docker_validator version regexp, which
assumed newer docker versions ended with `-[a-z]{2}`.
This made the validator return an error, whereas we expect it to
return only a warning (by recognizing it as a newer but not yet
supported docker version).

This commit relax the version regexp to also recognize `18.09.0`.
The docker validator now returns a warning, as tested.
2018-11-13 18:55:29 +01:00
..
clicheck wire config flags through factory 2018-05-04 17:02:20 -04:00
cloud-controller-manager Move from glog to klog 2018-11-10 07:50:31 -05:00
controller-manager Move from glog to klog 2018-11-10 07:50:31 -05:00
gendocs wire config flags through factory 2018-05-04 17:02:20 -04:00
genkubedocs GCP: Remove the deprecated google-json-key support 2018-10-02 16:53:28 -07:00
genman Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
genswaggertypedocs Move from glog to klog 2018-11-10 07:50:31 -05:00
genutils Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
genyaml wire config flags through factory 2018-05-04 17:02:20 -04:00
hyperkube Simplify random seed initialization 2018-10-11 21:01:15 +11:00
importverifier fix message output for import verifier 2018-05-10 12:50:28 -04:00
kube-apiserver Move from glog to klog 2018-11-10 07:50:31 -05:00
kube-controller-manager Merge pull request #70831 from mikedanese/securesvcacct 2018-11-13 08:54:25 -08:00
kube-proxy Move from glog to klog 2018-11-10 07:50:31 -05:00
kube-scheduler auto-generated file 2018-11-11 17:19:38 +08:00
kubeadm Recognize newer docker versions without -ce/-ee suffix 2018-11-13 18:55:29 +01:00
kubectl Simplify random seed initialization 2018-10-11 21:01:15 +11:00
kubelet Move from glog to klog 2018-11-10 07:50:31 -05:00
kubemark Move from glog to klog 2018-11-10 07:50:31 -05:00
linkcheck Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
BUILD gke-certificates-controller: rm -rf 2018-02-15 12:01:00 -08:00
OWNERS