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

Add gcloud image #1

Open
bchrobot opened this issue Aug 22, 2019 · 0 comments
Open

Add gcloud image #1

bchrobot opened this issue Aug 22, 2019 · 0 comments
Assignees

Comments

@bchrobot
Copy link
Member

We need to support pushing to Google Container Registry. Build execution time is currently wasted installing the gcloud bin on every run. Pull that up into a custom Dockerfile:

echo "deb http://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update && sudo apt-get install google-cloud-sdk

gcloud --quiet auth configure-docker
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

No branches or pull requests

1 participant