googlearchive / appengine-vm-fortunespeak-python

Getting started with Python Managed VMs runtime
Apache License 2.0
17 stars 7 forks source link

Misc bugs / updates required for this sample #30

Closed bshaffer closed 8 years ago

bshaffer commented 8 years ago

The components update command in README fails:

$ gcloud components update appengine-managed-vms
ERROR: (gcloud.components.update) The following components are unknown [appengine-managed-vms]
bshaffer commented 8 years ago

In addition the Dockerfile for all step files is incorrect for step2 through step6 - the line here should be gcr.io/google_appengine/python-compat and not google/appengine-python27

bbodenmiller commented 8 years ago

At step 5 I don't think the pip command is correct as all I'm getting is no module named flask errors messages.

theacodes commented 8 years ago

Closing. This repository is deprecated.