-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
FIXME: Temporary workaround for ubi8 CI breakage #16308
FIXME: Temporary workaround for ubi8 CI breakage #16308
Conversation
Emergency import of containers/buildah#4377 required because the ubi8 image changed behind our backs. On podman main, this commit will be reverted by Ed's treadmill as soon as a new buildah is vendored into podman. On side branches, the human doing the vendoring will need to perform manual surgery. I hope the instructions are good enough. Signed-off-by: Ed Santiago <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago 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 |
@containers/podman-maintainers PTAL, all in-flight and future PRs are going to need this. |
LGTM |
/lgtm |
/cherry-pick v4.3 |
@edsantiago: only containers org members may request cherry picks. You can still do the cherry-pick manually. In response to this:
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/test-infra repository. |
ubi8 broke our tests. Fix is containers#16308 (don't use images that we don't control), but it's too hard to backport to this old branch. Just skip the failing test. Signed-off-by: Ed Santiago <[email protected]>
ubi8 broke our tests. Fix is containers#16308 (don't use images that we don't control), but it's too hard to backport to this old branch. Just skip the failing test. Signed-off-by: Ed Santiago <[email protected]>
ubi8 broke our tests. Fix is containers#16308 (don't use images that we don't control), but it's too hard to backport to this old branch. Just skip the failing test. Signed-off-by: Ed Santiago <[email protected]>
Emergency import of containers/buildah#4377
required because the ubi8 image changed behind our backs.
On podman main, this commit will be reverted by Ed's
treadmill as soon as a new buildah is vendored into podman.
On side branches, the human doing the vendoring will need to
perform manual surgery. I hope the instructions are good enough.
Signed-off-by: Ed Santiago [email protected]