-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[202012] Update dockerd and containerd versions #10856
base: 202012
Are you sure you want to change the base?
Conversation
build_debian.sh
Outdated
@@ -31,7 +31,8 @@ set -x -e | |||
CONFIGURED_ARCH=$([ -f .arch ] && cat .arch || echo amd64) | |||
|
|||
## docker engine version (with platform) | |||
DOCKER_VERSION=5:18.09.8~3-0~debian-$IMAGE_DISTRO | |||
DOCKER_VERSION=5:20.10.8~3-0~debian-$IMAGE_DISTRO |
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.
Any particular reason for 20.10.8? We have 20.10.14 in master currently, with 20.10.15 being the latest.
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.
This was unintentional. I picked the last listed version in official package list for buster. Did not realize that the list wasn't naturally sorted.
Fixed now to latest - 20.10.16
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.
Also, ideally if we take this change to 202012, then even master branch should be updated with this. I think master shouldn't be behind 202012 in any case.
/Azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/Azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
/Azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Why I did it
dockerd version in 202012 branch is old, and is missing critical fixes and resolved CVEs.
Examples of missing fixes that have already impacted in older branches:
moby/moby#41586
moby/moby#41588
How I did it
Update
DOCKER_VERSION
from5:18.09.8~3-0~debian
to5:20.10.16~3-0~debian-buster
And set
CONTAINERD_IO_VERSION
to1.6.4-1
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)