我正在尝试使用新功能 heroku.yml https://blog.heroku.com/build-docker-images-heroku-yml
来构建和部署应用构建成功,但是推送到注册表后,我看到错误:
unsupported
=!= Build failed due to an error:
=!= push step: exit status 1
If this persists, please contact us at https://help.heroku.com/.
heroku.yml https://github.com/jincod/AspNetCoreDemoApp/blob/develop/heroku.yml
的源代码答案 0 :(得分:0)
Heroku仅支持Linux映像。
您不能使用microsoft/dotnet:2.1-sdk-alpin
,因为这是Windows图片。