[google-appengine] Out of space error when deploying VM

2015-08-26 Thread Matt Hanson
Hello, I've got a VM built from a Dockerfile, the build all happens fine, both on it's own or if spawned by 'gcloud preview app deploy ...' It gets to the end where it says 'Successfully built' However, when doing this with gcloud, it then starts giving me a ton of errors like this: ERROR: Fa

[google-appengine] Re: Out of space error when deploying VM

2015-08-27 Thread Matt Hanson
Sure, here's my app.yaml file ### runtime: python27 threadsafe: true api_version: 1 vm: true handlers: - url: /.* script: miru.api.app -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop r

[google-appengine] Re: Out of space error when deploying VM

2015-08-27 Thread Matt Hanson
Thanks Patrice, I tried upping the size but got the same result. Here's the output around one of the errors with debug verbosity: INFO: Image e8f0aff7d819 already pushed, skipping INFO: Pushing ERROR: Failed to generate layer archive: mkdir /var/lib/docker/graph/_tmp/7ce1c1718f7a273b54fca0a

[google-appengine] Re: Out of space error when deploying VM

2015-08-27 Thread Matt Hanson
I tried it with 50GB, although my built image (built just using docker) is only 6GB anyway. My Dockerfile uses another image we made, so I'm trying to replicate this problem with a simpler config, and will post shortly. -- You received this message because you are subscribed to the Google Grou

[google-appengine] Re: Out of space error when deploying VM

2015-08-27 Thread Matt Hanson
Ok, I tried with our basic Docker image, and that uploaded fine (snhq/basic-gae). So it looks like it's something with this Dockerfile that is causing the problem: # FROM snhq/basic-gae RUN apt-get update # install numpy/scipy RUN apt-get install -y libatla

[google-appengine] Import brings in wrong requests lib when testing locally

2015-08-27 Thread Matt Hanson
Hello, I'm currently doing some testing locally and I use a virtual environment, and had added the google_appengine path to my virtual environment. However, evidently recent versions of python-requests don't work within GAE, however version 2.1.0 does. But when I downgraded python-requests in

[google-appengine] Re: Import brings in wrong requests lib when testing locally

2015-08-27 Thread Matt Hanson
Sorry, I forgot to mention I am using a VM, so I have other libs installed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@goo

[google-appengine] Re: Out of space error when deploying VM

2015-08-28 Thread Matt Hanson
I'm not using the "--docker-build" flag at all. I will try --docker-build=local and report back. Thanks, matt -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an emai

[google-appengine] Re: Out of space error when deploying VM

2015-08-28 Thread Matt Hanson
Actually I don't think this will work as they are private images, and I get an error that the base image isn't found. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an