Sign inSign up

cogniteev/gcloud-sdk

By cogniteev

Updated about 10 years ago

Image
0

1.2K

cogniteev/gcloud-sdk repository overview

Docker Google Cloud SDK Dockerfile

This repository contains Dockerfile of Google Cloud SDK for Docker automated build published to the public Docker Hub Registry.

Base Docker Image
Installation
  1. Install Docker

  2. Download automated build: docker pull cogniteev/gcloud-sdk

Usage

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.p12

For 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.account

Tag summary

Content type

Image

Digest

sha256:ba18734a6

Size

114.5 MB

Last updated

about 10 years ago

docker pull cogniteev/gcloud-sdk