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
The dotnet container step performs a local build of the image that is to be used by the aspire CLI - in this case aspire deploy. However the fact that this local step happens is not reflected on our documentation.
This can lead to people having Docker Containers on Windows locally, and therefore any Linux image is likely to fail to build locally.
ASK:
Clarify in our CLI documentation that the local containers must be exactly the same OS as the image that is defined in the AppHost.
Issue:
ASK: