-
Notifications
You must be signed in to change notification settings - Fork 203
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
libimage: HasDifferentDigest: add InsecureSkipTLSVerify option #1538
Conversation
Already working locally in my branch. Feel free to merge at will or wait for me to spin up the PR in Podman first. |
Tests are failing |
To fix a BZ on auto-updates, we need to improve the system tests. To improve the system tests, we need to use the existing test infrastructure. To use the existing test infrastructure, we need to be able to skip TLS verification in tests. To be able to skip TLS verification in the tests, we need a new --tls-verify flag for podman-auto-update. And for that to work, we need a way to pass that down to libimage when checking if there's a new image on the registry. [1] https://bugzilla.redhat.com/show_bug.cgi?id=2218315 Signed-off-by: Valentin Rothberg <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
merge me please |
/lgtm |
To fix a BZ on auto-updates, we need to improve the system tests. To improve the system tests, we need to use the existing test infrastructure. To use the existing test infrastructure, we need to be able to skip TLS verification in tests. To be able to skip TLS verification in the tests, we need a new --tls-verify flag for podman-auto-update. And for that to work, we need a way to pass that down to libimage when checking if there's a new image on the registry.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=2218315