GoogleCloudPlatform / docker-credential-gcr

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

Add --include-artifact-registry flag to configure-docker #79

Closed lindsayismith closed 4 years ago

lindsayismith commented 4 years ago

Add --include-artifact-registry flag to configure-docker to include all AR registries in the default case. Improved feedback messages when running the command. This is intended to be used by tooling that needs to be configured to send tokens to any Artifact Registry region.

This will be used by services that can take an arbitrary image URL from GCR or AR and needs to be able to pull that image by supplying access tokens. The service will run configure-docker --include-artifact-registry as part of setup to ensure that all AR regions are supported.

We will need to update the list of AR regions in this tool when more regions are turned up.