Hi I have logged the following issue with MS GitHub repo for their docker images, looks like these maybe a nuget root cert issue? is anyone aware of any issue or is it me?!
Thanks for anyone's help!
Full detail of problem here:
Hi I have logged the following issue with MS GitHub repo for their docker images, looks like these maybe a nuget root cert issue? is anyone aware of any issue or is it me?!
Thanks for anyone's help!
Full detail of problem here:
At the moment the issue appears to be related to the Debian image.
Switch to an Ubuntu or Alpine based image instead, e.g.:
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal
Follow https://github.com/NuGet/Home/issues/10491 for updates.