Hey Everyone,

There are a couple unrelated problems that are getting confused together.
Some versions of boot2docker do not work with the gcloud SDK, and the
public google/docker-registry docker image also does not work with the
gcloud SDK. Please give this set of steps a try:

boot2docker delete
boot2docker download --iso-url=
https://github.com/boot2docker/boot2docker/releases/download/v1.3.3/boot2docker.iso
boot2docker init
boot2docker up

gcloud components update app
gcloud preview app setup-managed-vms

If you're still hitting trouble:

Make sure the version of docker in the boot2docker VM is 1.3.0, 1.3.2 or
1.3.3. To do this, run:
boot2docker ssh
docker version
The 'Server Version' field should be 1.3.0,1.3.2 or 1.3.3.

Make sure gcloud is up to date, run:
gcloud version
This should say: "Google Cloud SDK 0.9.40"

Finally, make sure you're logged into gcloud correctly. Run:
gcloud auth login

If you have the correct versions above, some log files will be very
helpful. Please attach:
The output of:
gcloud --verbosity=debug preview app setup-managed-vms

The logs from the docker-registry container. You can get these by running:
docker ps -a

Then look in the output for the most recent container with the Image named
"google/docker-registry:latest". Copy the Container ID field, and run:
docker logs <Container ID from above>

Thanks,
Dan Lorenc



On Sun Dec 14 2014 at 1:37:02 PM Saleem Ansari <[email protected]> wrote:

>
>
> On Saturday, December 13, 2014 4:03:36 PM UTC+5:30, Nick wrote:
>>
>> Trying with Google Cloud SDK v0.9.40 now. Fails with this error
>>
>> google.appengine.tools.docker.containers.ImageError: Image with tag
>> localhost:49153/google/appengine-java was not found
>>
>>
> I am using gcloud v0.9.40 and I am also facing issues:
>
> https://gist.github.com/xuru/604da3c02ec96904d352#comment-1355911
>
> I think these are related.
>
> Regards,
> Saleem
>
>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/UFRalrQtMAs/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to