add another registry URL

This commit is contained in:
Matt Moore 2014-11-29 15:56:25 -08:00
parent 7246727231
commit 5c35af5810

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"},