This repository contains Dockerfile of Google Cloud SDK for Docker automated build published to the public Docker Hub Registry.
Install Docker
Download automated build: docker pull cogniteev/gcloud-sdk
This image allows to easily create sub-images containing your private service account keys
To do so, create sub-images that add your .json or .p12 keys in /root/project-keys/ directory. The files must be named after the project. For instance:
/root/project-keys/my-project.json/root/project-keys/my-other-project.p12For p12 keys files, you have to also provide the account (service account email) to use in the /root/project-keys/<project>.account file. For instance:
/root/project-keys/my-project.p12/root/project-keys/my-project.accountContent type
Image
Digest
sha256:ba18734a6…
Size
114.5 MB
Last updated
about 10 years ago
docker pull cogniteev/gcloud-sdk