GoogleCloudPlatform / docker-credential-gcr

A Docker credential helper for GCR users
https://gcr.io
Apache License 2.0
292 stars 92 forks source link

Adds 'marketplace.gcr.io' as a default registry. #48

Closed jvolkman closed 6 years ago

jvolkman commented 6 years ago

marketplace.gcr.io is an alias used by Google Cloud Launcher, and it requires authentication.

dekkagaijin commented 6 years ago

Given that there's a non-zero performance cost to adding new default registries, I'm wondering if it might be a better idea to allow for greater configuration during setup. Currently, users can use d-c-gcr to authenticate to arbitrary registries by manually adding the entry to the docker config and running docker-credential-gcr config --default-to-gcr-access-token.