1

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

John Lunn
  • 11
  • 1
  • 1
    Does this answer your question? [The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain](https://stackoverflow.com/questions/65919460/the-author-primary-signatures-timestamp-found-a-chain-building-issue-untrusted) – DaveShaw Jan 27 '21 at 19:47

1 Answers1

1

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.

Martin Ullrich
  • 94,744
  • 25
  • 252
  • 217