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

How to configure support for multiple private image registries? Or settings to skip certificate verification #2077

Closed
MK-BK opened this issue Jun 19, 2024 · 1 comment

Comments

@MK-BK
Copy link

MK-BK commented Jun 19, 2024

How to configure support for multiple private image registries? Or settings to skip certificate verification

@hdonnay
Copy link
Member

hdonnay commented Jun 21, 2024

Configure the client that's making registry API calls with the credentials for the registries. For clairctl, the paths documented for the docker and podman CLIs should be honored.

There is no way to skip certificate verification; you should configure the environment for clair and/or the clients to trust the needed certificate. This can be done by adding the certificate to the system trust store (see update-ca-trust(8)) or the relevant environment variables.

@hdonnay hdonnay closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants