-
Notifications
You must be signed in to change notification settings - Fork 786
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
Backport 34ae47a22629 the real one #3064
Backport 34ae47a22629 the real one #3064
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
544320e
to
1966410
Compare
That's a method in the standard lib. Looks like the CI images in the I see some commits in main which bumped the images there but I am absolutely not sure if I can just cherry-pick them here. @cevich PTAL |
Whoops, those were introduced in Go 1.15 and I replaced some uses of |
I don't think this should go into RHEL 8.4, and I know that @rhatdan is planning to vendor an updated Buildah into Podman for RHEl 8.4. Do we need to think about creating a new branch for RHEL 8.4? (shudder) |
Since this is just for the test, it probably is less important, correct. |
Please don't block copy fixes for 8.4. It's almost impossible to untangle them and this is fixing an issue for rootless |
1966410
to
a025d09
Compare
Changed to use |
Add an IgnoreUnreadable flag to copier.GetOptions to suppress errors from copier.Get() that would pass the os.IsPermission() test, if they're encountered while attempting to read files or descend into directories. Backported-by: Valentin Rothberg <[email protected]> Signed-off-by: Nalin Dahyabhai <[email protected]>
a025d09
to
be0a65f
Compare
buildah.go
Outdated
@@ -28,7 +28,7 @@ const ( | |||
Package = "buildah" | |||
// Version for the Package. Bump version in contrib/rpm/buildah.spec | |||
// too. | |||
Version = "1.19.8" | |||
Version = "1.19.9-dev" |
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.
I don't think this PR is necessary. ON the supported branches we don't have -dev packages.
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.
Dropped the specific commit 👍
be0a65f
to
b9f85b1
Compare
* copier: add GetOptions.IgnoreUnreadable Signed-off-by: Valentin Rothberg <[email protected]>
b9f85b1
to
d1c9523
Compare
/lgtm |
Most often this causes even more tests to fail, and it's not a very "kosher" thing to do on a release branch. The branches are about locking environmental things down for stability. Changing golang/glibc stuff under the covers, tends to break promises and cause baby-$DEITY to cry. |
@nalind @rhatdan PTAL
I want that in containers/podman#9630. Vendoring master barks as the F33 images need an updated libcap.