Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Problem with pulling images | docker 1.3.0 | OSX #21

Open
andidol opened this issue Nov 27, 2014 · 1 comment
Open

Problem with pulling images | docker 1.3.0 | OSX #21

andidol opened this issue Nov 27, 2014 · 1 comment

Comments

@andidol
Copy link

andidol commented Nov 27, 2014

bash-3.2$ gcloud preview app setup-managed-vms
Select the runtime to download the base image for:
[1] Go
[2] Java
[3] Python27
[4] All
Please enter your numeric choice (4): 3

Pulling base images for runtimes [python27] from Google Cloud Storage
Pulling image: google/appengine-python27
Traceback (most recent call last):
File "/Users/andreasdolinsek/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 170, in
main()
File "/Users/andreasdolinsek/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 166, in main
_cli.Execute()
File "/Users/andreasdolinsek/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 385, in Execute
post_run_hooks=self.__post_run_hooks, kwargs=kwargs)
File "/Users/andreasdolinsek/google-cloud-sdk/./lib/googlecloudsdk/calliope/frontend.py", line 274, in _Execute
pre_run_hooks=pre_run_hooks, post_run_hooks=post_run_hooks)
File "/Users/andreasdolinsek/google-cloud-sdk/./lib/googlecloudsdk/calliope/backend.py", line 928, in Run
result = command_instance.Run(args)
File "/Users/andreasdolinsek/google-cloud-sdk/lib/googlecloudsdk/appengine/app_commands/setup_managed_vms.py", line 39, in Run
args.image_version)
File "/Users/andreasdolinsek/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/pull.py", line 54, in PullBaseDockerImages
util.PullSpecifiedImages(docker_client, image_names, version, bucket)
File "/Users/andreasdolinsek/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/util.py", line 232, in PullSpecifiedImages
'Error pulling {image}: {e}'.format(image=image_name, e=e))
googlecloudsdk.appengine.lib.images.util.DockerPullError: Error pulling google/appengine-python27: 404 Client Error: Not Found ("No such id: localhost:49153/google/appengine-python27")

@andidol andidol changed the title Pulling images failing | docker 1.3.0 Problem with pulling images | docker 1.3.0 Nov 27, 2014
@andidol andidol changed the title Problem with pulling images | docker 1.3.0 Problem with pulling images | docker 1.3.0 | OSX Nov 27, 2014
@bavetta
Copy link

bavetta commented Jul 2, 2015

This may have been fixed with this commit:
e3f374d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants