Skip to content

Commit

Permalink
feat: add new ECR endpoints to EKS ECR credential provider config (#2082
Browse files Browse the repository at this point in the history
)
  • Loading branch information
BDworak authored Dec 16, 2024
1 parent 23f1c41 commit 131c287
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"name": "{{.EcrProviderName}}",
"matchImages": [
"*.dkr.ecr.*.amazonaws.com",
"*.dkr-ecr.*.on.aws",
"*.dkr.ecr.*.amazonaws.com.cn",
"*.dkr-ecr.*.on.amazonwebservices.com.cn",
"*.dkr.ecr-fips.*.amazonaws.com",
"*.dkr-ecr-fips.*.on.aws",
"*.dkr.ecr.*.c2s.ic.gov",
"*.dkr.ecr.*.sc2s.sgov.gov",
"*.dkr.ecr.*.cloud.adc-e.uk",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"name": "ecr-credential-provider",
"matchImages": [
"*.dkr.ecr.*.amazonaws.com",
"*.dkr-ecr.*.on.aws",
"*.dkr.ecr.*.amazonaws.com.cn",
"*.dkr-ecr.*.on.amazonwebservices.com.cn",
"*.dkr.ecr-fips.*.amazonaws.com",
"*.dkr-ecr-fips.*.on.aws",
"*.dkr.ecr.*.c2s.ic.gov",
"*.dkr.ecr.*.sc2s.sgov.gov",
"*.dkr.ecr.*.cloud.adc-e.uk",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"name": "ecr-credential-provider",
"matchImages": [
"*.dkr.ecr.*.amazonaws.com",
"*.dkr-ecr.*.on.aws",
"*.dkr.ecr.*.amazonaws.com.cn",
"*.dkr-ecr.*.on.amazonwebservices.com.cn",
"*.dkr.ecr-fips.*.amazonaws.com",
"*.dkr-ecr-fips.*.on.aws",
"*.dkr.ecr.*.c2s.ic.gov",
"*.dkr.ecr.*.sc2s.sgov.gov",
"*.dkr.ecr.*.cloud.adc-e.uk",
Expand Down
3 changes: 3 additions & 0 deletions templates/al2/runtime/ecr-credential-provider-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"name": "ecr-credential-provider",
"matchImages": [
"*.dkr.ecr.*.amazonaws.com",
"*.dkr-ecr.*.on.aws",
"*.dkr.ecr.*.amazonaws.com.cn",
"*.dkr-ecr.*.on.amazonwebservices.com.cn",
"*.dkr.ecr-fips.*.amazonaws.com",
"*.dkr-ecr-fips.*.on.aws",
"*.dkr.ecr.*.c2s.ic.gov",
"*.dkr.ecr.*.sc2s.sgov.gov",
"*.dkr.ecr.*.cloud.adc-e.uk",
Expand Down

0 comments on commit 131c287

Please sign in to comment.