dotnet-docker
dotnet-docker copied to clipboard
Docker images for .NET and the .NET Tools.
Updates the common Docker engineering infrastructure with latest changes from the dotnet/docker-tools repo.
Updates the common Docker engineering infrastructure with latest changes from the dotnet/docker-tools repo.
This should never happen. The scanners are reporting false positives (in part) due to stale dependencies. This has been reported multiple times. I'm starting a new tracking issue. There are...
The native AOT folks told me the new approach for stripping symbols. I was able to validate that cache mounts save time. It's possible not all the mounts are needed....
https://github.com/dotnet/dotnet-docker/blob/3e8c396639c30387237fc898d9152858b479a458/samples/releasesapi/Dockerfile.debian-cross-arm64-x64#L6-L10 1. This syntax is only used in the releasesapi samples and isn't consistent with our other samples. 2. This syntax does not work on Windows when using Git's default...
See this PR for example: https://github.com/dotnet/dotnet-docker/pull/5393 It makes one commit with its updates, and then appears to force push changes that include updates from the base branch. See the diff...
https://github.com/dotnet/runtime/issues/100536 is fixed so these images should be added back to this repo. This commit can be reverted: https://github.com/dotnet/dotnet-docker/commit/05f4c58ab4581bb5834c073b5e63403fa928b836 There is also a workaround (https://github.com/dotnet/runtime/issues/100536#issuecomment-2050739818) so we could conceivably publish...
### Describe the Problem Maintaining [TestData.cs](https://github.com/dotnet/dotnet-docker/blob/main/tests/Microsoft.DotNet.Docker.Tests/TestData.cs) causes merge conflicts during servicing and allows for human error. Most of this data is already duplicated in some way by the manifest.json file....