John Lunn
John Lunn

Reputation: 11

Micrtosoft dotnet sdk5.0 docker image having certificate untrusted root issues on build?

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:

https://github.com/dotnet/dotnet-docker/issues/2548

Upvotes: 1

Views: 444

Answers (1)

Martin Ullrich
Martin Ullrich

Reputation: 100751

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.

Upvotes: 1

Related Questions