Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using the gcloud sdk base image instead of installing the components ourselves #42

Merged
merged 2 commits into from
Oct 31, 2018

Conversation

jprobinson
Copy link
Contributor

we've verified appcfg.py still works and this also works with the new go111 runtime.


# Install the app engine SDKs
RUN ./google-cloud-sdk/bin/gcloud components install app-engine-go app-engine-java app-engine-php app-engine-python-extras alpha beta
ENV GOOGLE_APP_ENGINE_SDK_VERSION=1.9.68
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's the latest version of the "Original" SDK available: https://cloud.google.com/appengine/docs/standard/go/download#previous-sdk

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, thanks

@jprobinson jprobinson merged commit 74aacc9 into master Oct 31, 2018
@jprobinson jprobinson deleted the gcloud-image branch October 31, 2018 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants