0

mvn gcloud:deployコマンドを中断しましたが、このエラー メッセージが表示され続けたため、再デプロイできませんでした。GCS からすべての自己生成バケットを削除しましたが、それでも結果は変わりません。

[INFO] If this is your first deployment, this may take a while.../
[INFO]                                                            
[INFO] If this is your first deployment, this may take a while...done.
[INFO] 

[INFO] ERROR: (gcloud.preview.app.deploy) There is a Dockerfile in the current directory, 
and the runtime field in /target/appengine-staging/app.yaml is currently set to
[runtime: java]. To use your Dockerfile to build a custom runtime, set the runtime field 
in /target/appengine-staging/app.yaml to [runtime: custom]. To continue using the [java]
runtime, please omit the Dockerfile from this directory. 

[ERROR] Error: gcloud app command with exit code : 1

この「ロック」は、後で削除されるビルダー インスタンスの Google のソース ファイルにあるのではないかと疑っていたので、それが不平を言っていることを実行し、app.yaml ファイルでランタイムを Java からカスタムに変更し、再デプロイしました。

デプロイされたバージョンとそのランタイム

Java ランタイムを使用して VM をデプロイできなくなりました。同じエラー メッセージが引き続き表示されます。このファントム Docker イメージを取り除くためにクリーン ビルドを実行するにはどうすればよいですか?

4

1 に答える 1