File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
localstack-core/localstack/services/ecr/resource_providers Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66from typing import TypedDict
77
88import localstack .services .cloudformation .provider_utils as util
9- from localstack .constants import AWS_REGION_US_EAST_1 , DEFAULT_AWS_ACCOUNT_ID
109from localstack .services .cloudformation .resource_provider import (
1110 OperationStatus ,
1211 ProgressEvent ,
@@ -102,7 +101,7 @@ def create(
102101 model .update (
103102 {
104103 "Arn" : arns .ecr_repository_arn (
105- model ["RepositoryName" ], DEFAULT_AWS_ACCOUNT_ID , AWS_REGION_US_EAST_1
104+ model ["RepositoryName" ], request . account_id , request . region_name
106105 ),
107106 "RepositoryUri" : "http://localhost:4566" ,
108107 "ImageTagMutability" : "MUTABLE" ,
You can’t perform that action at this time.
0 commit comments