Change ~/.finch/config.json to support compatibility with CDK DockerImageAsset
#868
Labels
bug
Something isn't working
DockerImageAsset
#868
What is the problem you're trying to solve?.
I want to use amazon-ecr-credential-helper and CDK DockerImageAsset with the default finch configuration when setting in ~/.finch/finch.yml:
The issue is that this is the default ~/.finch/config.json
which results in:
The root issue seems to be
"credsStore": "ecr-login",
. When I remove it, CDK can deploy no problem and my ~/.finch/config.json then looks like:Describe the feature you'd like
Fix finch configuration to be compatible with CDK
DockerImageAsset
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: