mirror of
https://github.com/containers/podman.git
synced 2025-06-01 09:06:44 +08:00

The --authfile flag has been ignored. Fix that and add a test to make sure we won't regress another time. Requires a new --tls-verify flag to actually test the code. Also bump c/common since common/pull/1538 is required to correctly check for updates. Note that I had to use the go-mod-edit-replace trick on c/common as c/buildah would otherwise be moved back to 1.30. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2218315 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
12 lines
733 B
Markdown
12 lines
733 B
Markdown
####> This option file is used in:
|
|
####> podman auto update, build, container runlabel, create, kube play, login, manifest add, manifest create, manifest inspect, manifest push, pull, push, run, search
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--tls-verify**
|
|
|
|
Require HTTPS and verify certificates when contacting registries (default: **true**).
|
|
If explicitly set to **true**, TLS verification is used.
|
|
If set to **false**, TLS verification is not used.
|
|
If not specified, TLS verification is used unless the target registry
|
|
is listed as an insecure registry in **[containers-registries.conf(5)](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md)**
|