Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_ecr_assets: Add offical ECR deployment construct #25756

Open
2 tasks
rupe120 opened this issue May 26, 2023 · 2 comments
Open
2 tasks

aws_ecr_assets: Add offical ECR deployment construct #25756

rupe120 opened this issue May 26, 2023 · 2 comments
Labels
@aws-cdk/aws-ecr-assets Related to AWS CDK Docker Image Assets effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@rupe120
Copy link

rupe120 commented May 26, 2023

Describe the feature

A construct for creating base ECR images for re-use in other CDK applications.

This construct has been attempted to be developed a couple of times on construct hub, but the 2 iterations have both failed to be sustainable (https://constructs.dev/packages/cdk-ecr-deployment/v/2.5.6?lang=typescript and https://constructs.dev/packages/cdk-ecr-deployment-patched/v/2.0.1?lang=typescript). Both of these produce CloudFormation that fails to deploy.

Use Case

This is an important deployment performance optimization for Docker images that take a long time to produce. Adding minutes to a deployment pipeline just for a single resource greatly impacts the speed of development cycles.

Proposed Solution

Fix what the existing constructs are doing. The patterns look fine if they worked.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.80.0 (build bbdb16a)

Environment details (OS name and version, etc.)

Windows 11

@rupe120 rupe120 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels May 26, 2023
@github-actions github-actions bot added the @aws-cdk/aws-ecr-assets Related to AWS CDK Docker Image Assets label May 26, 2023
@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels May 30, 2023
@pahud
Copy link
Contributor

pahud commented May 30, 2023

The team is working on a maintained contruct outsides of aws-cdk-lib but it's still very experimental and not recommended to use in production. We will announce that when it's ready. Thank you and please help us prioritize this with upvotes.

@rupe120
Copy link
Author

rupe120 commented May 30, 2023

The team is working on a maintained contruct outsides of aws-cdk-lib but it's still very experimental and not recommended to use in production. We will announce that when it's ready. Thank you and please help us prioritize this with upvotes.

Thank you!

What needs upvotes? Is it this GitHub issue that would be upvoted or a Construct Hub entry?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ecr-assets Related to AWS CDK Docker Image Assets effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

2 participants