harbur / captain

Captain - Convert your Git workflow to Docker :whale: containers
MIT License
766 stars 51 forks source link

Add support for Google Container Registry #57

Closed dkapanidis closed 5 years ago

dkapanidis commented 8 years ago

When pushing images to the GCR the commands need to be executed using gcloud as prefix of the command instead of using directly docker.

e.g. instead of:

docker pull gcr.io/your-project-id/example-image

it should be

gcloud docker pull gcr.io/your-project-id/example-image.

Captain should identify these registries automatically and support using locally installed gcloud to pull and push images.

dkapanidis commented 5 years ago

Closing as this should not be necessary anymore with the new gcloud CLI implementation that integrates with docker authentication (no longer necessary gcloud docker ... commands)