Skip to content

[release/1.7] Update runc binary to 1.1.15#10794

Merged
estesp merged 1 commit intocontainerd:release/1.7from
k8s-infra-cherrypick-robot:cherry-pick-10787-to-release/1.7
Oct 8, 2024
Merged

[release/1.7] Update runc binary to 1.1.15#10794
estesp merged 1 commit intocontainerd:release/1.7from
k8s-infra-cherrypick-robot:cherry-pick-10787-to-release/1.7

Conversation

@k8s-infra-cherrypick-robot
Copy link
Copy Markdown

This is an automated cherry-pick of #10787

/assign samuelkarp

diff: opencontainers/runc@v1.1.14...v1.1.15

Release notes:

- The -ENOSYS seccomp stub is now always generated for the native
  architecture that runc is running on. This is needed to work around some
  arguably specification-incompliant behaviour from Docker on architectures
  such as ppc64le, where the allowed architecture list is set to null. This
  ensures that we always generate at least one -ENOSYS stub for the native
  architecture even with these weird configs. (containerd#4391)
- On a system with older kernel, reading /proc/self/mountinfo may skip some
  entries, as a consequence runc may not properly set mount propagation,
  causing container mounts leak onto the host mount namespace. (containerd#2404, containerd#4425)
- In order to fix performance issues in the "lightweight" bindfd protection
  against [CVE-2019-5736], the temporary ro bind-mount of /proc/self/exe
  has been removed. runc now creates a binary copy in all cases. (containerd#4392, containerd#2532)

Signed-off-by: Samuel Karp <[email protected]>
@k8s-ci-robot
Copy link
Copy Markdown

Hi @k8s-infra-cherrypick-robot. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@dosubot dosubot Bot added the area/runtime Runtime label Oct 8, 2024
@samuelkarp
Copy link
Copy Markdown
Member

/ok-to-test

@estesp estesp merged commit 89b3639 into containerd:release/1.7 Oct 8, 2024
@dmcgowan dmcgowan changed the title [release/1.7] update runc binary to 1.1.15 [release/1.7] Update runc binary to 1.1.15 Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants