SAP云平台cf push命令报错误码44的解决方法
我本地開發了一個nodejs應用,用cf push部署到CloudFoundry時報錯:
t looks like you’re deploying on a stack (currently set to cflinuxfs3) that’s not supported by this build
ack.
That could be because you’re using a recent buildpack release on a deprecated stack
If you’re using the buildpack installed by your CF admin, please let your admin know you saw this error messge
If you at one point specified a buildpack that’s at git URL, please make sure you’re pointed at a version thit supports this stack
Failed to compile droplet: Failed to compile droplet: exit status 44
檢查我本地文件夾的Manifest.yml:
原因是我不應該使用第七行和第八行的兩種方式顯式指定nodejs buildpack的版本。根據SAP Cloud Platform的官方文檔,Manifest.yml里不需要顯式指定,cf push時,SAP Cloud Platform會自動安裝:
注釋掉build pack后問題解決:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的SAP云平台cf push命令报错误码44的解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 荣耀v20有3.5耳机孔吗(荣耀官网荣耀
- 下一篇: CloudFoundry cf push