-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bump to version Docker 18.09 #425
Bump to version Docker 18.09 #425
Conversation
|
/assign @BenTheElder |
Kubernetes master is now at 18.09: https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/util/system/docker_validator.go#L42 It was updated for 1.14 release: kubernetes/kubernetes@62fc6df Change-Id: Iab02ca4ef0de0a11fc763ef36418b85d77007220 Enable CRI for containerd Since docker installs containerd, we can also enable the CRI in containerd as well. So we can start creating CI jobs that directly use the CRI of containerd as well. Change-Id: Ib8bf960294d4b562a318cfac6b5d30a9584e908d
5ddf14c
to
b53e1df
Compare
@@ -75,6 +75,10 @@ RUN curl -fsSL "https://download.docker.com/linux/$(. /etc/os-release; echo "$ID | |||
"deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $(lsb_release -cs) stable" \ | |||
&& clean-install "docker-ce=${DOCKER_VERSION}" | |||
|
|||
# Enable CRI for containerd | |||
RUN mkdir -p /etc/docker && echo '{"cri-containerd": true}' > /etc/docker/daemon.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @Random-Liu @yujuhong - 🎉 #425 (comment)
this looks good, thank you! I will add a commit to update to a base image built with it later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, dims 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 |
Kubernetes master is now at 18.09:
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/util/system/docker_validator.go#L42
It was updated for 1.14 release:
kubernetes/kubernetes@62fc6df
Change-Id: Iab02ca4ef0de0a11fc763ef36418b85d77007220