Could not build and Windowsservercore based image using acr build.
Error message / details:
image operating system "windows" cannot be used on this platform
Error: failed to run step id: acb_step_0: exit status 1
Build ID: ad1 failed after 40.959416168s
Could you please advise whether windows containers are supported? If not, by when would it be?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for the feedback! We are currently investigating and will update you shortly.
Hi @EriksonBahr, are you passing the --os
parameter in your build command?
--os : The operating system type required for the build. Allowed values:
Linux, Windows. Default: Linux.
Hi
No, I didn't . I'll give it a try and let you know.
Worked! Thank you very much.
Excellent! @MicahMcKittrick-MSFT we can close this one--thanks.
--os deprecated, so --platform
Most helpful comment
--os deprecated, so --platform