-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Fix podman import
with non-gzip inputs
#25694
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
Fix podman import
with non-gzip inputs
#25694
Conversation
podman import
with non-gip inputspodman import
with non-gzip inputs
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
We should likely exclude podman-testing from the check, it is not important for the size. Podman is actually down in this vendor update. |
@@ -3,7 +3,7 @@ module github.com/containers/podman/v5 | |||
// Warning: if there is a "toolchain" directive anywhere in this file (and most of the | |||
// time there shouldn't be), its version must be an exact match to the "go" directive. | |||
|
|||
go 1.23.0 |
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 hate these path version bumps, I don't get why they are needed...
This is breaking build on stream 10 and ELN
go: go.mod requires go >= 1.23.3 (running go 1.23.1; GOTOOLCHAIN=local)
There is go 1.23.7 already and go 1.23.3 was released on 2024-11-06 so it seems stream is using an to old version.
@lsm5 Can we drop the packit stream/ELN tasks there until they update go? We should not block upstream on these things.
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.
sure, fine with dropping. But are they actually blocking apart from the UI not showing a simple, single tick but an annoying whole list of tests ?
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 there's a dco failure.
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.
They are not blocking merges right. But if we ignore it, they generate failure messages and red check marks on every task after is is merged which is clearly not what we would like either.
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 hate these path version bumps, I don't get why they are needed...
sigstore/fulcio#1909 (comment) , and there are issues filed against those 2 repos.
We could downgrade Fulcio if it would help — recent releases contain no code changes directly relevant to us.
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.
we went ahead with #25706 for now so I think it is fine to keep it
ELN and CS buildroots currently have an older golang build causing lots of annoyance. Ref: containers#25694 (comment) This commit disables those jobs until golang is updated on them. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
103a824
to
e675796
Compare
Added a commit to do that. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99, mtrmac 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 |
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
We can now accept the other formats again. This reverts commit 9e397d8. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
- Bzip2, not bzip - Add Zstd - List compression algorithms, not file extensions, to decrease redundancy (and because the code doesn't actually rely on file extensions) Signed-off-by: Miloslav Trmač <mitr@redhat.com>
e675796
to
0a0c8ad
Compare
/lgtm |
Fixes: #25593
Fixes: #18193 (which was previously only documented as unsupported)
Reverts: #25465
Does this PR introduce a user-facing change?