-
Notifications
You must be signed in to change notification settings - Fork 765
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
UnknownIssuer in docker image run from nox #2260
Comments
Thanks... reading through #1512 it feels that maybe using debian-slim as a starting point for my image may not be the best. I'll experiment a bit and will report back. |
Thanks! Happy to help if I can but usually these aren't related to |
Yeah... fully appreciate that. I was more looking for hints on where to look next. Anyway, thanks for your help and insight. (I wasn't aware that pip doesn't use the system trust store. With that info I realize now, that having pip work is no indication that my system trust store is in good shape :) |
You can check if |
I have a docker image with the latest supported versions of Python and the latest version of Nox for my CI environment.
I am attempting to use
uv
to speed up my CI.Unfortunately
uv
returns an error aboutUnknownIssuer
when trying to install dependencies.Here is the output of my CI run
For reference the docker image was built using the below dockerfile:
I am looking for any ideas why UV returns an
UknownIssuer
error where as pip works without any issues.The text was updated successfully, but these errors were encountered: