mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
By default skopeo checks to see if the user actually uses one of the --*tls-verify flags. Their initial value is ignored. Setting the initial value to false causes Cobra to not display the default value on the screen when the user runs a `skopeo --help` command. If the user does not specify a --*tls-verify option, it falls back to using the value specified in the registries.conf file. Fixes: https://github.com/containers/skopeo/issues/1383 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>