Restore the default meaning of --pull (should be always).#6300
Conversation
4f00a58 to
b30da40
Compare
|
Ephemeral COPR build failed. @containers/packit-build please check. |
b30da40 to
d2d4e09
Compare
--pull (should be always).
507a39c to
cc95bc7
Compare
Luap99
left a comment
There was a problem hiding this comment.
Thanks, chnage itself LGTM. Can you reformat your commit message to not include the full --help output with all the extra spaces. That makes it harder to view the commit message.
cc95bc7 to
49f8854
Compare
Now the bud --help output correctly reads that the default behavior when --pull is not provided at all is "missing", and that the default value for --pull if explicitly provided but without value is "always". Fixes containers#6266. Signed-off-by: Romain Geissler <[email protected]>
49f8854 to
f949a49
Compare
Done, please check if the updated commit message is fine. |
|
In term of release cycle, how late are we to get this included in podman 5.6 ? Or, in my case, in the next RHEL podman (which I guess will be based on podman 5.6) ? We are using both RHEL 9 & 10 at the moment. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, giuseppe, Luap99, Romain-Geissler-1A The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Well 1.41.0 is what will be in podman 5.6 so by that definition it is to late already. |
|
I'd like to see this in a 1.41.1. |
|
/cherry-pick release-1.41 |
|
@nalind: new pull request created: #6305 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Ooops, missed this until now. @nalind TYVM for dropping this into 1.41.1 |
What type of PR is this?
What this PR does / why we need it:
Now the bud --help output reads this, correctly showing both "missing" and "always" defaults, if --pull is explicitly provided or not:
How to verify it
Which issue(s) this PR fixes:
Fixes #6266.
Special notes for your reviewer:
Does this PR introduce a user-facing change?