dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild
https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container
MIT License
176 stars 30 forks source link

Fix CI Registry instability #469

Closed baronfel closed 11 months ago

baronfel commented 1 year ago

Describe the bug

We have a re-occurring test failure in the SDK CI that's captured here - we should mitigate this. The tests that fail are ones that interact with a local registry - we should consider finding ways to mitigate the failure spawning the container with the local registry. Some options to do this might be:

vlada-shubina commented 12 months ago

We agreed to do the following:

p3 and 4 are similar to https://github.com/dotnet/sdk-container-builds/issues/371

vlada-shubina commented 11 months ago

attempted to fix the problem in https://github.com/dotnet/sdk/pull/33955 if new failures are noticed, please reopen.