Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
531 views
in Technique[技术] by (71.8m points)

nuget - 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

question from:https://stackoverflow.com/questions/65922024/micrtosoft-dotnet-sdk5-0-docker-image-having-certificate-untrusted-root-issues-o

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...