add another registry URL
This commit is contained in:
parent
7246727231
commit
5c35af5810
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user