container create: fix --tls-verify parsing#12064
container create: fix --tls-verify parsing#12064openshift-merge-robot merged 1 commit intocontainers:mainfrom
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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM |
|
@vrothberg All kinds of unhappy tests |
|
Updated. I moved the optional* code from Skopeo into c/common (already merged and Skopeo has been ported to it). The container-creation code is now using that code. Other podman commands can later use that as well but I refrained from doing that in this PR. |
mtrmac
left a comment
There was a problem hiding this comment.
ACK (but I only skimmed the diff very quickly).
Make sure that the value is only set if specified on the CLI. c/image already defaults to true but if set in the system context, we'd skip settings in the registries.conf. Fixes: containers#11933 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
|
@containers/podman-maintainers PTAL |
|
LGTM |
|
Many commands have the |
|
/lgtm |
Eventually, yes, at least for the sake of consistency. But I refrained from doing that now, see:
|
Make sure that the value is only set if specified on the CLI. c/image
already defaults to true but if set in the system context, we'd skip
settings in the registries.conf.
Fixes: #11933
Signed-off-by: Valentin Rothberg rothberg@redhat.com