Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add insecure option to support self-signed and HTTP registries #828

Merged
merged 1 commit into from
Nov 10, 2022

Commits on Nov 10, 2022

  1. Add insecure option to support self-signed and HTTP registries

    Without this option, crane would always try to verify the TLS
    certificates of the registry. This would not allow for self-signed
    certificates, or registries that only use HTTP. In order to support
    the workflow to start a registry, push to that local registry, and
    then pull preflight (think CI system), this option is necessary.
    
    This is considered the "official" method for building a local image
    and testing against it.
    
    Fixes redhat-openshift-ecosystem#593
    
    Signed-off-by: Brad P. Crochet <brad@redhat.com>
    bcrochet committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6a87b36 View commit details
    Browse the repository at this point in the history