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

Auth issue communicating with GitHub #300

Closed
mthalman opened this issue Sep 11, 2019 · 1 comment
Closed

Auth issue communicating with GitHub #300

mthalman opened this issue Sep 11, 2019 · 1 comment

Comments

@mthalman
Copy link
Member

The GenerateTagsReadme command is getting an authentication issue when trying to download a readme file from the private mcrdocs repo:

Microsoft.DotNet.ImageBuilder Information: 0 : Getting contents of 'teams/dotnet/core/README.runtime-deps.md' using 'https://api.github.com/repos/Microsoft/mcrdocs/contents/teams/dotnet/core/README.runtime-deps.md?ref=heads/master'
System.AggregateException: One or more errors occurred. (A task was canceled.)
 ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at Microsoft.DotNet.ImageBuilder.ImageBuilder.Main(String[] args) in /image-builder/src/ImageBuilder.cs:line 66

This appears to only be occurring in the master branch of dotnet-docker repo which is using a newer tag of the ImageBuilder image than other repos.

@MichaelSimons
Copy link
Member

The root cause is the same as #296. Closing as duplicate.

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

2 participants