Michael Simons

Results 206 comments of Michael Simons

> @akoeplinger the image in question is [`registry:2`](https://hub.docker.com/_/registry), which we need/use to validate our logic for communicating with container registries via the container registry APIs. Do you know if this...

This PR will need to be updated to respond to the following infra changes that were recently made: - https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/1174 - https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/1169

@sbomer - Friendly ping. Is this something you intend to complete? This PR is pretty old now.

Another issue I just noticed is 429s when validating the Docker Hub links 😞.

@rjmholt, update-dependencies tool requires .NET core SDK and Docker running in Linux container mode. By the look of the `docker info` output you included, it appears as though your Docker...

Looks like a simple issue of missing quotes [here](https://github.com/dotnet/dotnet-docker/blob/master/eng/common/Invoke-ReadmeGeneration.ps1#L35) `Exec "docker cp '${ContainerName}:/repo/$ReadmePath' '$repoRoot/$ReadmePath'"`

@nohwnd - Can you review or loop in the right folks to review? TIA

> I will review, last time I looked at this the build was failing so I was not sure if you will make more changes. :) Thanks - It was...

> Would you mind if I push into your branch? The changes build fine locally for me (with -sb and without). @ViktorHofer - please feel free to push updates. Thanks...