We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872f215 commit c956584Copy full SHA for c956584
gcr.go
@@ -23,7 +23,6 @@ type gcrImageDetail struct {
23
24
type gcrImages []gcrImageDetail
25
26
-// ref: https://stackoverflow.com/questions/34037256/does-google-container-registry-support-docker-remote-api-v2/34046435#34046435
27
func fetchBearer(repo string, image string) (string, error) {
28
credential, err := google.FindDefaultCredentials(context.Background())
29
if err != nil {
0 commit comments