I'm trying to deply a custom app to a managed vm with:
gcloud preview app deploy my_custom_app.yaml --version my_version --verbosity debug
Every time I deploy, it makes it to this line, and then it stops, hangs for maybe 10 minutes, then exits with no error.
------------------------------------------------------------------ DOCKER BUILD OUTPUT -------------------------------------------------------------------
DEBUG: Looking for auth config
DEBUG: Sending auth config (u'https://bucket.gcr.io', u'https://appengine.gcr.io', u'https://eu.gcr.io', u'https://gcr.io', u'https://us.gcr.io', u'https://asia.gcr.io', u'https://b.gcr.io')
The deploy isn't finished. It created the VM, but inside the VM, docker ps
is empty. So something is wrong with getting the docker image. I'm wondering if it could be an auth config issue...
Has anyone seen this? Any idea what's wrong?
Thanks