-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented minimum and recommended Docker versions #13842
Conversation
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spowelljr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
kvm2 driver with docker runtime
Times for minikube (PR 13842) start: 52.2s 52.7s 52.1s 56.3s 51.6s Times for minikube (PR 13842) ingress: 25.0s 29.5s 26.5s 26.5s 29.0s docker driver with docker runtime
Times for minikube start: 26.4s 25.3s 25.7s 26.0s 25.0s Times for minikube ingress: 20.9s 22.9s 21.9s 51.4s 23.9s docker driver with containerd runtime
Times for minikube (PR 13842) start: 45.5s 44.8s 46.2s 44.8s 40.9s Times for minikube ingress: 18.9s 16.9s 32.4s 16.9s 32.5s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
KVM Linux machine is experiencing issues, running tests again |
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube ingress: 30.6s 30.6s 29.6s 29.6s 30.1s Times for minikube start: 53.7s 52.0s 53.4s 52.2s 53.6s docker driver with docker runtime |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Fixes #11543
If user is using a Docker version older than the minimum supported version (18.09) will exit and notify them to update to a newer version, unless
--force
is specified.If used is using a Docker version older than the recommended version (20.10) will notify them to update to a newer version, unless
--force
is specified.