-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 runc and containerd. #3497
Update runc and containerd. #3497
Conversation
Runc Release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12 Containerd release notes: https://github.com/containerd/containerd/releases/tag/v1.7.13 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
/retest |
/assign @aojea @BenTheElder |
@@ -118,7 +118,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \ | |||
# stage for building containerd | |||
FROM go-build as build-containerd | |||
ARG TARGETARCH GO_VERSION | |||
ARG CONTAINERD_VERSION="v1.7.5" | |||
ARG CONTAINERD_VERSION="v1.7.13" |
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.
We don't depend on containerd for runc binary version (Though it's recommended to keep in sync), was debating earlier if we should just bump runc.
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.
probably best to just run through relnotes for both at this point, even if it takes a little longer
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
sending #3498 before we pick this up |
Runc Release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12
Containerd release notes: https://github.com/containerd/containerd/releases/tag/v1.7.13