Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lsm5 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c0c824d to
d14aa61
Compare
|
Ephemeral COPR build failed. @containers/packit-build please check. |
d14aa61 to
9374d7f
Compare
|
Does this include the changes from #6424? |
I think so. I might need to rebase on main though. Also, one of the crun tests timed out. I retriggered it just now. |
|
PR needs rebase. DetailsInstructions 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. |
|
@lsm needs rebasing |
@TomSweeneyRedHat |
|
A friendly reminder that this PR had no activity for 30 days. |
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
There was a problem hiding this comment.
This file's removal appears to be unintended.
run_common.go
Outdated
| if ns := options.NamespaceOptions.Find(string(specs.NetworkNamespace)); ns == nil { | ||
| if _, err := exec.LookPath("slirp4netns"); err != nil { | ||
| // if slirp4netns is not installed we have to use the hosts net namespace | ||
| if _, err := exec.LookPath("passt"); err != nil { |
There was a problem hiding this comment.
I think we invoke pasta, don't we?
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
|
This will stay in draft until containers/container-libs#393 and containers/podman#28451 are sane. |
What type of PR is this?
What this PR does / why we need it:
For podman6
How to verify it
Verify buildah doesn't work with slirp
Which issue(s) this PR fixes:
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?
Rebased on the cgroups v1 removal PR.