-
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
Update docker to v19.03.5 #5914
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Welcome @harsimranmaan! |
Hi @harsimranmaan. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Can one of the admins verify this patch? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: harsimranmaan The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0355b4f
to
7f77af5
Compare
/assign @afbjorklund |
Codecov Report
@@ Coverage Diff @@
## master #5914 +/- ##
=======================================
Coverage 36.13% 36.13%
=======================================
Files 110 110
Lines 8200 8200
=======================================
Hits 2963 2963
Misses 4846 4846
Partials 391 391 |
/ok-to-test |
Note that Docker 19.03 is not officially supported until 1.17 |
Also need to update containerd and runc (normally bundled together) |
All Times minikube: [ 129.809276 126.362968 127.865162] Average minikube: 128.012468 Averages Time Per Log
|
Note that docker 19.03.5 uses containerd |
I downgraded containerd to v1.12.10. I have kept runc at rc9 instead of rc8 as it has the fix for https://nvd.nist.gov/vuln/detail/CVE-2019-16884 |
All Times Minikube (PR 5914): [ 133.044777 134.271933 131.768189] Average Minikube (PR 5914): 133.028300 Averages Time Per Log
|
The build is currently failing due to an issue downloading the runc version you specified:
This may be a simple hash mismatch. Do you mind taking a closer look? |
Thanks @tstromberg. It was a hash mismatch |
All Times minikube: [ 144.377754 141.300781 148.345230] Average minikube: 144.674588 Averages Time Per Log
|
I think we should use the same version of I can take this task, but want to upgrade podman and crio as well. |
Note that it wasn't EDIT: My bad, it was not in docker-19.03.5 v1.0.0-rc8-95-gcad42f6 (opencontainers/runc@cad42f6) |
Resolves #5913
fixes #5913