Add changelog for containerd v1.4.4-1#223
Conversation
|
ping @thaJeztah @tonistiigi @tiborvass ptal thanks~ |
thaJeztah
left a comment
There was a problem hiding this comment.
Thanks! Had this one on my list for today, so this saves me some work 😅; left one comment
Signed-off-by: Wei Fu <[email protected]>
f7ba1d1 to
2280625
Compare
|
Hmm.. I notice that #221 was also merged, but looks like packages were not (yet) pushed to download.docker.com; I'll check with @tiborvass if that was intentional (and if we'll skip that version, or push both); $ apt-cache madison containerd.io | head -n4
containerd.io | 1.4.3-1 | https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages
containerd.io | 1.3.9-1 | https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages
containerd.io | 1.3.7-1 | https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages
containerd.io | 1.2.13-2 | https://download.docker.com/linux/ubuntu bionic/stable amd64 PackagesI suspect that relates to #222 (review) |
|
just FYI, containerd doesn't mention runc-rc93 in vendor.conf 😂 |
Yes, so there's two things currently; current code in this repo was not yet adjusted for the switch to Reason we were already moving to runc-rc93 (slightly ahead of upstream containerd) is that there were too many issues related to seccomp when using images with recent ubuntu versions as base image. Runc rc93 has this patch opencontainers/runc#2750, which helps for those situations; we know some cloud providers also started to install runc rc93 (and some distros started to patch their packages to update to that version as well); |
Signed-off-by: Wei Fu [email protected]