containers / podman

Podman: A tool for managing OCI containers and pods.
https://podman.io
Apache License 2.0
23.33k stars 2.38k forks source link

Drop pin on a specific runc version #22996

Closed mheon closed 3 months ago

mheon commented 3 months ago

I don't think we have a good reason to remain pinned on this specific commit. Let's just drop the pin.

Fixes #22995

Does this PR introduce a user-facing change?

NONE
openshift-ci[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mheon

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: - ~~[OWNERS](https://github.com/containers/podman/blob/main/OWNERS)~~ [mheon] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
packit-as-a-service[bot] commented 3 months ago

Ephemeral COPR build failed. @containers/packit-build please check.

mheon commented 3 months ago

Evidently the runc folks still haven't fixed the reason we're pinned on an older version. This seems like a common occurrence.

Almost worth developing our own cgroup-management code to avoid vendoring runc. Almost.