-
Notifications
You must be signed in to change notification settings - Fork 2.8k
vendor: bump containers/(storage, buildah, image, common)
#18130
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
Conversation
Bump containers/(storage, common, buildah and image) Changes since 2023-01-01: - skip mount-cache-selinux-long-name test under remote, with a FIXME requesting that someone see if it can be made to work. - skip six tests that fail under rootless-remote - add new --build-arg-file option: - update man page Squash of: * containers@cf56eb1 * containers@561f082 Signed-off-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Signed-off-by: Aditya R <arajan@redhat.com>
After containers/buildah#4660 buildah spits a 12 letter image short id instead of 13 so lets honor that. Signed-off-by: Aditya R <arajan@redhat.com>
Retrofit error message as per containers@cf56eb1 Signed-off-by: Aditya R <arajan@redhat.com>
skip "Test is completely broken, see buildah issue 4396" \ | ||
"bud-multiple-platform-values" |
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 see no indication that containers/buildah#4396 has been fixed or even looked at?
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.
NEVER MIND! I See it's skipped in buildah itself now.
Buildah uses a different logic to pass environment variable to executor now after: https://github.com/containers/buildah/pull/4702/files so podman should same logic and pass env by reference. Signed-off-by: Aditya R <arajan@redhat.com>
It seems containers/buildah#4702 also affected podman-remote pushed a new commit. |
LGTM. In future I hope we can continue using @containers/podman-maintainers PTAL. Please note that podman binary is now at 57M.
|
@containers/podman-maintainers PTAL |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, rhatdan 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 |
Does this PR introduce a user-facing change?
Replacement of: #18106