Azure / container-apps-deploy-pipelines-task

Azure Pipelines Task (Release Candidate) for building and deploying Azure Container Apps
MIT License
6 stars 10 forks source link

docker: image operating system "linux" cannot be used on this platform: operating system is not supported. #20

Closed AndreiBurak closed 1 year ago

AndreiBurak commented 1 year ago

After the update doesn't work task.

image

For me helps disable telemetry image

cormacpayne commented 1 year ago

@AndreiBurak Hey there, thanks for filing this issue -- this appears to be an issue with Windows-hosted agents not being able to build/run images that are Linux-based, as outlined in this section of our README.md. Nonetheless, the call that we make to log our telemetry shouldn't cause the task to fail, so I'm going to push out a new version of the task that catches exceptions thrown from this command and continues on.

cormacpayne commented 1 year ago

This has been fixed in the 0.1.12 release of AzureContainerAppsRC