-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
vendor containers/common@main #10848
vendor containers/common@main #10848
Conversation
45d7625
to
f540484
Compare
f540484
to
6d5e7b2
Compare
6d5e7b2
to
0db9b3e
Compare
Merged in c/common and c/buildah. Ready from my side. @containers/podman-maintainers PTAL |
Restarted one test, LGTM |
2nd time in this PR. Really looks like a CI infra fart. |
0db9b3e
to
7d3a5e9
Compare
Argh... the buds tests need massaging. I'll be out on Monday. @edsantiago, do you know what's going on? In case not, please don't bother and I'll take a look on Tuesday morning. |
This is almost certainly fallout from containers/buildah#3292 TL;DR something changed in runc (I think?) and changed the debug log messages. The fix in the above PR seems to have fixed things for new-runc, but perhaps our podman CI systems are still using old-runc, and the fix breaks. Solution: make a fix that handles both old-runc and new-runc. Or: bump up podman CI systems to use new-runc. @cevich PTAL |
and wait, there's more! I'm having trouble bringing in new images due to some deep/dark SELinux issue only Dan and Giuseppe are qualified to describe 😢 |
Update: Since the update here merged, maybe try rebasing and see if it helps? |
7d3a5e9
to
197d4a0
Compare
Thank you! Just rebased. |
Still failing:
|
I have those same new images for this repo, but it's failing horribly in CI 😢 |
197d4a0
to
2602ed3
Compare
The `IgnorePlatform` options has been removed from the `LookupImageOptions` in libimage to properly support multi-arch images. Skip one buildah-bud test which requires updated CI images. This is currently being done in github.com/containers/pull/10829 but we need to unblock merging common and buildah into podman. [NO TESTS NEEDED] Signed-off-by: Valentin Rothberg <[email protected]>
2602ed3
to
e1ac0c3
Compare
@containers/podman-maintainers @rhatdan please merge me. This will unblock merging c/common and buildah but note that the bud tests is now skipped until the CI images have been updated. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan, vrothberg 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 |
The
IgnorePlatform
options has been removed from theLookupImageOptions
in libimage to properly support multi-arch images.Signed-off-by: Valentin Rothberg [email protected]