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

codepipeline-actions: support ECRBuildAndPublish action #33376

Open
1 of 2 tasks
go-to-k opened this issue Feb 11, 2025 · 0 comments · May be fixed by #33375
Open
1 of 2 tasks

codepipeline-actions: support ECRBuildAndPublish action #33376

go-to-k opened this issue Feb 11, 2025 · 0 comments · May be fixed by #33375
Labels
@aws-cdk/aws-codepipeline-actions feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@go-to-k
Copy link
Contributor

go-to-k commented Feb 11, 2025

Describe the feature

AWS CodePipeline introduces new build action: ECRBuildAndPublish action.

Use Case

The ECRBuildAndPublish action enables you to easily build and publish images to ECR as part of your pipeline execution. This build action allows you to automate building and pushing a new image when a change occurs in your source. This action builds based on a specified Docker file location and pushes the image.

This action allows you to build and publish images without first creating a CodeBuild project in pipelines.

Proposed Solution

Add ECRBuildAndPublishAction class that extends Action class to aws-codepipeline-actions module.

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.178.1

Environment details (OS name and version, etc.)

Mac

@go-to-k go-to-k added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 11, 2025
@go-to-k go-to-k linked a pull request Feb 11, 2025 that will close this issue
5 tasks
@go-to-k go-to-k changed the title codepipeline-actions: support ECRBuildAndPublish build action codepipeline-actions: support ECRBuildAndPublish action Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-codepipeline-actions feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant