Skip to content
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

Backport of deps: update runc to 1.1.13 into release/1.8.x #23334

Merged

Conversation

hc-github-team-nomad-core
Copy link
Contributor

Backport

This PR is auto-generated from #23331 to be assessed for backporting due to the inclusion of the label backport/1.8.x.

The below text is copied from the body of the original PR.


Update runc to 1.1.13 to pick up build support for Go 1.22.4+, in order to ensure we've resolved errors cloning processes into Linux namespaces for libcontainer (exec driver) with new versions of Go and older but still supported versions of glibc.

This changeset has two minor quirks:

  • Testing shows that the reported issues is already resolved on main by upgrading to Go 1.22.4 without this dependency bump, at least for glibc 2.31. Upgrading the dependency should make sure there isn't another glibc version where the problem will still appear.

  • This version of runc refers to fields in cilium/ebpf which are not present in more recent versions of that library. So in order to build, we have to downgrade cilium/ebpf. Fortunately, runc is the only consumer of that transitive dependency.

Closes: #20212
Ref: https://hashicorp.atlassian.net/browse/NET-10078


Overview of commits

Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgross tgross merged commit 964c052 into release/1.8.x Jun 14, 2024
19 checks passed
@tgross tgross deleted the backport/deps-runc-1.1.13/really-simple-squirrel branch June 14, 2024 18:59
Copy link

github-actions bot commented Jan 3, 2025

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants