-
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
Update buildah and c/common to latest #15695
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99 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 |
c963c89
to
3ced36a
Compare
Looks like there is a regression while pulling images?
@mtrmac @vrothberg PTAL |
So.... I last pushed a treadmill update five days ago, and all tests passed. That means it should be very easy to narrow down the breakage... and the diffs are very small... but unfortunately it is beyond my ability to track down. So I'll leave this in your hands. $ git pr 13808 ! assumes you have git-extras installed; otherwise do whatever you do to pull PRs
$ git diff pr/13808 update-buildah -- vendor ! what changed, under vendor, between working commit and this one? HTH |
Not so small: containers/common#1149 Anyway I cannot reproduce this locally so I am unable to debug. |
Oh..... you're bumping c/common, storage, image too. I missed that. Okay, may the Force be with you. |
ok I can reproduce with @giuseppe I think containers/storage#1312 causes the problem, when I reverted that part it works again. PTAL |
@giuseppe PTAL |
also includes bumps for c/storage and c/image Signed-off-by: Paul Holzinger <[email protected]>
This commit was automatically cherry-picked by buildah-vendor-treadmill v0.3 from the buildah vendor treadmill PR, containers#13808 Changes since 2022-08-16: - buildah 4139: minor line-number changes to the diff file because helpers.bash got edited - buildah 4190: skip the new test if remote - buildah 4195: add --retry / --retry-delay - changes to deal with vendoring gomega, units - changes to the podman login error message in system test Signed-off-by: Paul Holzinger <[email protected]>
5aaa7f6
to
8e1aa7a
Compare
@containers/podman-maintainers PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like containers/image#1487 is working not only in the diff stat but also binary size:
|
/lgtm |
Does this PR introduce a user-facing change?