You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have updated the scaffolding to return to just mcr.microsoft.com/dotnet/aspnet:7.0. It will no longer do the erroneous mcr.microsoft.com/dotnet/aspnet:7.0-focal. This applies to all .NET scaffolding including 6.0 and 3.1.
In the past we found that the Debian images (e.g. :6.0) were lacking in some binaries needed to support the attach scenario, but the Ubuntu images (e.g. :6.0-focal) did have them, so we changed to those. It seems the C# extension has changed some things and those binaries are no longer needed, so we have returned to the Debian images.
As a workaround to any customers hitting this, you can simply remove the -focal from the two images in the Dockerfile.
OS: Win 10
Docker Extension Build Version: 20220506.1
.NET Version: 7.0.100-preview.3.22179.4
Repro Steps:
Expect:
Succeed to build image of the "Dockerfile" file.
Actual:
Fail to build image of the "Dockerfile" file.
More Info:
The text was updated successfully, but these errors were encountered: