-
Notifications
You must be signed in to change notification settings - Fork 203
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
[release-v0.55] manifests,push: add support for AddCompression
#1594
Conversation
`c/image` recently added support for EnsureCompressionVariantsExist, following PR exposes the feature to `c/common` manifests so actual users can use it. Signed-off-by: Aditya R <[email protected]>
Podman uses different API for pushing manifest list, add `AddCompression` to ManifestPushOptions, which is implemented here: containers#1585 [NO NEW TESTS NEEDED] Tests are added here: containers#1585 Signed-off-by: Aditya R <[email protected]>
@mtrmac @TomSweeneyRedHat PTAL |
Needs: containers/image#2071 |
LGTM, once the image pr is merged |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, TomSweeneyRedHat 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 |
/approved |
Signed-off-by: Aditya R <[email protected]>
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.
This looks correct from a 5-second skim; I didn’t look into whether this is the right branch.
Why are we backporting features? We passed the deadline by a large margin. |
@vrothberg As @TomSweeneyRedHat suggested that |
Sorry for the run around @flouthoc on this one. After our talk during today's meeting, this should not be added to Podman v4.6.1 or the Podman v4.6 Branch. We'll aim this fix at Podman v4.7. @flouthoc, there are no dependencies on this in the v4.6 Podman branch at the moment, correct? I will close this for now, and we can reopen later if I'm mistaken. |
Nope, everything is only present in upstream. |
Backport of
AddCompression
forManifest.PushOptions
#1590AddCompression
#1585