forked from tern-tools/tern
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow explicitly turning off src-tls-verify
In situations where TLS is not enabled for a registry, users may now turn off the option to check TLS certificates and use HTTP rather than HTTPS to pull images using skopeo. It is advised to not use this flag for untrusted registries and only use it for registries hosted locally to testing or debugging. This option is also added for the `debug` sub-command. Fixes tern-tools#1121 and tern-tools#1087 Signed-off-by: Nisha K <nishak@vmware.com>
- Loading branch information
Nisha K
committed
Feb 19, 2022
1 parent
1d9f547
commit d049409
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters