-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[v0.8] update containerd to latest of docker-20.10 branch #3076
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
f4d83d3
to
7971d11
Compare
This comment was marked as resolved.
This comment was marked as resolved.
7971d11
to
5525467
Compare
This comment was marked as resolved.
This comment was marked as resolved.
5525467
to
837491d
Compare
Looks to be resolved now (finally!), but no clue what caused it. Perhaps build-cache or go cache in combination with CGO? |
This comment was marked as resolved.
This comment was marked as resolved.
837491d
to
f3102c8
Compare
Rebased on top of #3079 |
f3102c8
to
f5003aa
Compare
@@ -76,7 +75,7 @@ replace ( | |||
// - `Adjust overlay tests to expect "index=off"` (#4719, for ease of cherry-picking #5076) | |||
// - `overlay: support "userxattr" option (kernel 5.11)` (#5076) | |||
// - `docker: avoid concurrent map access panic` (#4855) |
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.
Could you update these comment lines
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.
@AkihiroSuda updated 👍
This brings the containerd vendoring up-to-date with the latest changes from the docker-20.10 branch in our fork. This fork has fixes that were previously included in Akihiro's fork, and some security fixes that were included in moby patch releases; - Fix Inheritable capability defaults (CVE-2022-24769) - images: validate document type before unmarshal (CVE-2021-41190) - schema1: reject ambiguous documents (CVE-2021-41190) Patches included in the fork; moby/containerd@0edc412...96c5ae0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
f5003aa
to
215f064
Compare
This brings the containerd vendoring up-to-date with the latest changes from
the docker-20.10 branch in our fork. This fork has fixes that were previously
included in Akihiro's fork, and some security fixes that were included in moby
patch releases;
Patches included in the fork;
moby/containerd@0edc412...96c5ae0
Signed-off-by: Sebastiaan van Stijn github@gone.nl