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
Open a .NET 8 MVC project in VS Code and add Docker Files to this project with Windows OS.
Right click the Dockerfile in this project and execute "Build Image..." command.
Check whether succeeds to execute "Build Image..." command or not.
Expect:
Succeed to execute "Build Image..." command.
Actual:
Fail to execute "Build Image..." command with an error.
More Info:
The docker-build task shows as below, there is an incorrect platform definition in task.json. Remove the platform line, succeed to execute "Build Image..." command.
Succeed to debug this project.
This issue also reproduces on the previous released 1.25.0.
This issue does not reproduce on the previous released 1.24.0.
The text was updated successfully, but these errors were encountered:
However, in the next iteration, we should set the platform flag based on the local architecture of the computer (for release only) and the OS of the container chosen during wizard steps
OS: Win 10
Build Version: 20230421.3
Regression: Previous Release
Repro Steps:
Expect:
Succeed to execute "Build Image..." command.
Actual:

Fail to execute "Build Image..." command with an error.
More Info:
The text was updated successfully, but these errors were encountered: