Matt Thalman
Matt Thalman
@JoeRobich - Is there a timeline for fixing this? It really must be done before RC1.
Yes. I'm guessing that there are reasons why this can't be updated to use project references regardless of whether its source build or not? You can test this by creating...
> > You can test this by creating a draft PR at https://github.com/dotnet/dotnet, applying your changes to src/roslyn. > > It would be neat if there were a GH action...
I've crossed out all the Docker-related tasks as N/A. There are no Docker images produced for Windows client, only Windows server.
[Triage] The `EXPOSE` instruction is additive within a Docker image. So once it's been defined, all other images derived from that will get it and only be able to add...
> Doesn't every image have a digest? The behavior of Docker on the build agents is that a digest will not show up in the `docker inspect` output until the...
Sounds like containerd image store will be the default "in the near future": https://github.com/moby/moby/issues/31919#issuecomment-2704926350
Is there a reason that only Windows Server 2025 is listed in the proposal? I assume the other versions will still be listed after that?
> With Windows Containers being removed from the multi-platform tags, the tag confusion problem that drove this design is eliminated. We should add the OS Version column to the new...
I'd like to avoid parsing the README files. I think we'd get better ROI by implementing a solution, like you suggested, that adds a command to Image Builder which rewrites...