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

Allow explicitly turning off src-tls-verify #1127

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

nishakm
Copy link
Contributor

@nishakm nishakm commented Feb 18, 2022

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 #1121 and #1087

Signed-off-by: Nisha K [email protected]

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 <[email protected]>
@nishakm nishakm force-pushed the 1121-skopeo-private-repo branch from 00aa5ca to d049409 Compare February 19, 2022 01:48
@nishakm nishakm requested a review from rnjudge February 19, 2022 01:56
@rnjudge rnjudge merged commit ec5f663 into tern-tools:main Feb 23, 2022
@nishakm nishakm deleted the 1121-skopeo-private-repo branch February 25, 2022 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

skopeo doesn't seem to use Docker image cache when running in container
2 participants