-
Notifications
You must be signed in to change notification settings - Fork 64
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
Install Google Cloud SDK #15
Comments
Hi, Vlad! What do you think about it? it should be easy to maintain because of no version updates required, it will always install latest available version. |
Another solution - use docker in docker (but it require to use --privileged flag) or mount docker.sock inside Agent. Next use https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/Dockerfile (https://hub.docker.com/r/google/cloud-sdk/), but this solution can't be the best for security reasons... |
I'm trying to keep agent image as tiny as possible (but failing sometimes)
I'd say adding 164Mb is quite too expensive. I'd suggest to use docker-in-docker approach or building new image on top of |
Is will allow to use gsutil tools to sync local static folder with google cloud storage bucket (like s3 equivalent)
From:
https://cloud.google.com/storage/docs/gsutil_install#deb
The text was updated successfully, but these errors were encountered: