Skip to content

codepipeline-actions: support ECRBuildAndPublish action #33376

@go-to-k

Description

@go-to-k

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions