google app engine - How to fix "`The --custom_entrypoint flag must be set for custom runtimes`"? -


i error on appengine when run gcloud preview app run app.yaml: the --custom_entrypoint flag must set custom runtimes

my app.yamllooks like:

version: 0-1-1 runtime: custom vm: true api_version: 1 manual_scaling:   instances: 1  handlers:   - url: .*     script: dynamic 

my dockerfile just: from google/nodejs-runtime

i reinstalled gcloud latest version, did change in yaml config managed vms? makes impossible me test app.

there appears bug or setup issue google cloud sdk version 0.9.67 causing error. temporary workaround, can revert previous sdk version, working, following commands:

gcloud config set component_manager/fixed_sdk_version 0.9.66 gcloud components update 

to return current version of sdk, run:

gcloud config unset component_manager/fixed_sdk_version gcloud components update 

this issue appeared few versions ago , addressed here: running node.js on google cloud, error running docker


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -