File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99container = Container ()
1010environment = EnvironmentAws ()
1111
12- ECS_DEPLOY_IMAGE = image .get_image ('ecs-deploy ' )
12+ ECS_DEPLOY_IMAGE = image .get_image ('ecs_deploy ' )
1313AWS_IMAGE = image .get_image ('aws' )
1414
1515
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def aws():
8282 if not aws_sso_profile_answer :
8383 raise SystemExit
8484
85- auth_image = image .get_image ('aws-v2 ' )
85+ auth_image = image .get_image ('aws_v2 ' )
8686 work_volume = CLI_ROOT + ':/work'
8787 envs = {
8888 'AWS_CONFIG_FILE' : '/work/config' ,
Original file line number Diff line number Diff line change 88image = Image ()
99environment = EnvironmentAws ()
1010AWS_IMAGE = image .get_image ('aws' )
11- AWS_V2_IMAGE = image .get_image ('aws-v2 ' )
11+ AWS_V2_IMAGE = image .get_image ('aws_v2 ' )
1212
1313
1414@click .command (help = 'AWS CLI alias.' )
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ def get_images(self):
2323 'gsuite' : GSUITE_AUTH_IMAGE ,
2424 'azure' : AZURE_AUTH_IMAGE ,
2525 'aws' : AWS_IMAGE ,
26- 'aws-v2 ' : AWS_V2_IMAGE ,
27- 'ecs-deploy ' : ECS_DEPLOY_IMAGE }
26+ 'aws_v2 ' : AWS_V2_IMAGE ,
27+ 'ecs_deploy ' : ECS_DEPLOY_IMAGE }
2828
2929 for key , value in images .items ():
3030 images .update ({
Original file line number Diff line number Diff line change 55from one .docker .image import Image
66from one .utils .app import App
77
8- ECS_DEPLOY_IMAGE = Image ().get_image ('ecs-deploy ' )
8+ ECS_DEPLOY_IMAGE = Image ().get_image ('ecs_deploy ' )
99container = Container ()
1010
1111
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def configure_azure():
5959
6060
6161def configure_aws_sso ():
62- auth_image = image .get_image ('aws-v2 ' )
62+ auth_image = image .get_image ('aws_v2 ' )
6363 work_volume = CLI_ROOT + ':/work'
6464 env_sso = {}
6565 env_sso ['AWS_CONFIG_FILE' ] = '/work/config'
You can’t perform that action at this time.
0 commit comments