Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ecr): expose registryUri (#32176)
### Issue # (if applicable) Closes #31631 ### Reason for this change The Docker credentials helper (e.g. [docker-credential-ecr-login](https://github.com/awslabs/amazon-ecr-credential-helper)) expects a hostname in the configuration. ```json { "credHelpers": { "public.ecr.aws": "ecr-login", "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "ecr-login" } } ``` Docs: https://github.com/awslabs/amazon-ecr-credential-helper?tab=readme-ov-file#docker ### Description of changes - Expose registryUri ### Description of how you validated changes - Unit test ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information