Skip to content
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

Docker - NU3028: self signed certificate in certificate chain #15509

Closed
tankbob opened this issue Jan 27, 2021 · 3 comments
Closed

Docker - NU3028: self signed certificate in certificate chain #15509

tankbob opened this issue Jan 27, 2021 · 3 comments

Comments

@tankbob
Copy link

tankbob commented Jan 27, 2021

Has something changed with the docker images, I am unable to build today as I receive a spate of these errors

error NU3028: Package 'Microsoft.Extensions.DependencyInjection 5.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
error NU3028: Package 'Microsoft.Extensions.Configuration 5.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain

This is using a docker file that has the following snippet

FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
WORKDIR /src
COPY ["nuget.config","."]
COPY ["HTMLBuilder/HTMLBuilder.csproj", "HTMLBuilder/"]
RUN dotnet restore "HTMLBuilder/HTMLBuilder.csproj" --configfile nuget.config
COPY . .
WORKDIR "/src/HTMLBuilder"
RUN dotnet build "HTMLBuilder.csproj" -c Release -o /app/tool

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label Jan 27, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dasMulli
Copy link
Contributor

Seems like a dupe of NuGet/Home#10491

@marcpopMSFT marcpopMSFT self-assigned this Jan 27, 2021
@marcpopMSFT marcpopMSFT added Area-NuGet and removed untriaged Request triage from a team member labels Jan 27, 2021
@marcpopMSFT marcpopMSFT removed their assignment Jan 27, 2021
@marcpopMSFT
Copy link
Member

Closing as the NuGet issue will track this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants