-
Notifications
You must be signed in to change notification settings - Fork 50
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
upgrade Go, Runc, Docker and Containerd #2317
Conversation
060c1e2
to
2df6bf3
Compare
2df6bf3
to
cfbc61d
Compare
cfbc61d
to
f1a6cea
Compare
f1a6cea
to
cc533ea
Compare
cc533ea
to
0a188a2
Compare
0a188a2
to
105e15c
Compare
105e15c
to
7b9f6d1
Compare
Build action triggered: https://github.com/flatcar/scripts/actions/runs/11145273538 |
7b9f6d1
to
d30fe39
Compare
d30fe39
to
df5732f
Compare
df5732f
to
d2f2347
Compare
I'm a little confused. We've bumped runc and containerd in Gentoo, but not Docker, even though we have it in portage-stable? I don't mind if we need to do it urgently for security, but I feel like we should at least try to get it bumped there first. If we already had a request open, I could get it merged now, but I can't reasonably do that if the maintainer hasn't been given a chance yet. |
Upstream PR for docker 27.2.1 is still to be done. |
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.
Looks alright, but the weekly updates will clobber our new docker ebuilds (unless they will get upstreamed by that time), so we will need to remember to revert the changes when working on the updates next time.
There are some conflicts to resolve, because I merged the weekly updates PR. |
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Can be dropped once upstreamed. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
* for now, manpages are not generated yet. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
They were previously in /usr/share/docker/contrib which means they were deleted at build time and not shipped into Docker sysext. New ebuild version of Docker now provides those two files as symlinks to /usr/share/docker/contrib from /usr/bin. We can't really remove symlinks using find as docker-runc, docker-containerd, etc. are broken symlinks too during the build phase. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Add changelog for containerd, docker, Go, runc.
d2f2347
to
04fc05b
Compare
In this PR we upgrade Go to upgrade Runc to upgrade Containerd and Docker.
Closes: flatcar/Flatcar#1530
Closes: flatcar/Flatcar#1539
Closes: flatcar/Flatcar#1546
TODO: