This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit flag for TLS insecure skip verify
We accept a list of image registry hosts for which to use HTTP; in some cases, people also want to switch off TLS host certificate verification, e.g., they have a setup in which the image manifests are on a host using TLS but with a self-signed cert. This extra flag allows people to switch TLS host cert verification off (it's a bad idea to do that by default) explicitly, when the registry is listed as an insecure host.
- Loading branch information
Showing
2 changed files
with
28 additions
and
16 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