Skip to content

docs(ecs): clarify that fromEcrRepository tag parameter also accepts digest#37342

Open
syukawa-gh wants to merge 1 commit intoaws:mainfrom
syukawa-gh:docs/ecs-ecr-tag-or-digest
Open

docs(ecs): clarify that fromEcrRepository tag parameter also accepts digest#37342
syukawa-gh wants to merge 1 commit intoaws:mainfrom
syukawa-gh:docs/ecs-ecr-tag-or-digest

Conversation

@syukawa-gh
Copy link
Copy Markdown
Contributor

The tag parameter of ContainerImage.fromEcrRepository accepts both tag (e.g., 'latest') and digest (e.g., 'sha256:abc123') formats, but the documentation only mentioned tags. The underlying EcrImage constructor already names this parameter tagOrDigest.

Closes #30463

…s digest

The tag parameter of ContainerImage.fromEcrRepository accepts both
tag and digest formats, but the documentation only mentioned tags.

Closes aws#30463
@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK bug This issue is a bug. effort/small Small work item – less than a day of effort p2 labels Mar 24, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team March 24, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK bug This issue is a bug. effort/small Small work item – less than a day of effort p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws-ecs: ContainerImage.fromEcrRepository should be tagOrDigest

2 participants