mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #42694 from dchen1107/master
Automatic merge from submit-queue (batch tested with PRs 42734, 42745, 42758, 42814, 42694) Dropped docker 1.9.x support. Changed the minimumDockerAPIVersion to 1.22 cc/ @Random-Liu @yujuhong We talked about dropping docker 1.9.x support for a while. I just realized that we haven't really done it yet. ```release-note Dropped the support for docker 1.9.x and the belows. ```
This commit is contained in:
commit
d790851c8f
@ -82,8 +82,8 @@ const (
|
||||
dockerDefaultLoggingDriver = "json-file"
|
||||
|
||||
// https://docs.docker.com/engine/reference/api/docker_remote_api/
|
||||
// docker version should be at least 1.9.x
|
||||
minimumDockerAPIVersion = "1.21"
|
||||
// docker version should be at least 1.10.x
|
||||
minimumDockerAPIVersion = "1.22"
|
||||
|
||||
// Remote API version for docker daemon versions
|
||||
// https://docs.docker.com/engine/reference/api/docker_remote_api/
|
||||
|
Loading…
Reference in New Issue
Block a user