Merge pull request #2666 from mattmoor/master

add another registry URL
This commit is contained in:
Brendan Burns 2014-12-01 10:12:31 -08:00
commit b61168835d

View File

@ -37,7 +37,7 @@ const (
storageScopePrefix = "https://www.googleapis.com/auth/devstorage"
)
var containerRegistryUrls = []string{"container.cloud.google.com"}
var containerRegistryUrls = []string{"container.cloud.google.com", "gcr.io"}
var metadataHeader = &http.Header{
"Metadata-Flavor": []string{"Google"},