Skip to content

Commit

Permalink
Add US and 3 EU REP endpoints to credential helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rafibarash authored Jul 23, 2024
1 parent 68f0b56 commit 251a31c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,13 @@ var DefaultARRegistries = [...]string{
"europe-west1-docker.pkg.dev",
"europe-west2-docker.pkg.dev",
"europe-west3-docker.pkg.dev",
"docker.europe-west3.rep.pkg.dev",
"europe-west4-docker.pkg.dev",
"europe-west6-docker.pkg.dev",
"europe-west8-docker.pkg.dev",
"docker.europe-west8.rep.pkg.dev",
"europe-west9-docker.pkg.dev",
"docker.europe-west9.rep.pkg.dev",
"europe-west10-docker.pkg.dev",
"europe-west12-docker.pkg.dev",
"me-central1-docker.pkg.dev",
Expand All @@ -105,15 +108,25 @@ var DefaultARRegistries = [...]string{
"southamerica-west1-docker.pkg.dev",
"us-docker.pkg.dev",
"us-central1-docker.pkg.dev",
"docker.us-central1.rep.pkg.dev",
"us-east1-docker.pkg.dev",
"docker.us-east1.rep.pkg.dev",
"us-east4-docker.pkg.dev",
"docker.us-east4.rep.pkg.dev",
"us-east5-docker.pkg.dev",
"docker.us-east5.rep.pkg.dev",
"us-south1-docker.pkg.dev",
"docker.us-south1.rep.pkg.dev"

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.21, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.21, macos-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.x, macos-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.21, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.21, macos-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 119 in config/const.go

View workflow job for this annotation

GitHub Actions / test (1.x, macos-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }
"us-west1-docker.pkg.dev",
"docker.us-west1.rep.pkg.dev"
"us-west2-docker.pkg.dev",
"docker.us-west2.rep.pkg.dev",
"us-west3-docker.pkg.dev",
"docker.us-west3.rep.pkg.dev"
"us-west4-docker.pkg.dev",
"docker.us-west4.rep.pkg.dev",
"us-west8-docker.pkg.dev",
"docker.us-west8.rep.pkg.dev",
}

// SupportedGCRTokenSources maps config keys to plain english explanations for
Expand Down

0 comments on commit 251a31c

Please sign in to comment.