-
Notifications
You must be signed in to change notification settings - Fork 19
Error pulling google/appengine-java: 404 Client Error: Not Found #5
Comments
Check that you are running the correct version of boot2docker. From the doc : https://cloud.google.com/appengine/docs/java/managed-vms/#install-docker Important: You must use boot2docker version 1.3.0. Managed VMs currently do not suppport boot2docker 1.3.1. (The boot2docker ISO must be the 1.3.0. Note that if you run boot2docker download this downloads the latest ISO, currently 1.3.1, and this won't work with Managed VMs. To download this ISO use this command: |
Thanks for your reply. I think I already have 1.3.0 :
Anyway, I tried what you said but it didn't change anything. |
Now 1.3.2 is available and compatible with managed vms, I finally solved my problem by uninstalling virtualbox + boot2docker + docker and reinstalling everything. |
I'm experiencing the same problem with both 1.3.0 and 1.3.2 bash-3.2$ docker version Trying to run setup-managed-vms continually gives me the same 404 error mentioned in the initial issue comment |
Uninstall everything: virtualbox, boot2docker & docker. Be sure to remove the iso and install everything again at the last version. It worked for me. |
Nope tried that a few times Doesn't make a difference |
Ditto: I'm on OS X Mavericks, boot2docker 1.3.2. gcloud preview app setup-managed-vms with choosing any option to download (Go | Python | Java | All), results in a 404. Here's the trace: $ gcloud preview app setup-managed-vms Pulling base images for runtimes [java] from Google Cloud Storage $ docker version $ boot2docker version $ gcloud version app 2014.11.18 Please advise. Thx. |
I'm quite new to Docker but I'm struggling to create the Container in local (and server) because I can't find a way to get the google/appengine-java image. Here's the error when I launch mvn gcloud:run :
How can I get the google/appengine-java image? I didn't find it on Docker hub registry. The only one I found is https://registry.hub.docker.com/u/google/cloud-sdk/
I tried to pull it : docker pull google/cloud-sdk and also docker pull google/docker-registry
It worked perfectly, but when I try :
Am I missing something?
Thanks,
The text was updated successfully, but these errors were encountered: