Google Cloud Build Deploy失败,并显示BadStatusCodeError

时间:2019-12-06 03:43:09

标签: .net google-app-engine google-cloud-platform google-cloud-build

我正在将一个新的DotNet应用程序部署到Google Cloud App Engine,它一直贯穿构建过程,但是由于某些神秘的原因,此版本检查失败。这是错误:

ERROR: build step 0 "gcr.io/cloud-builders/gcloud" failed: exit status 1
ERROR
ERROR: (gcloud.app.deploy) INTERNAL: Internal error encountered.
> 
}
}
"status": "INTERNAL"
"message": "Internal error encountered.",
"code": 500,
"error": {
BadStatusCodeError: HttpError accessing <https://appengine.googleapis.com/v1/apps/<project-id>/services/api/versions?alt=json>: response: <{'status': '500', 'content-length': '109', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Fri, 06 Dec 2019 02:53:27 GMT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'application/json; charset=UTF-8'}>

有什么原因造成的?

1 个答案:

答案 0 :(得分:1)

如果您遇到此问题,则可能是您的Dockerfile指向错误的入口点。更正它对我来说解决了这个问题,希望对发现该错误的其他人也可以解决。