Skip to content

v2.20.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 14 Jan 14:30
· 16 commits to master since this release
2f75144

What's Changed

ecr.Image updated to use Pulumi docker-build

We've updated the ecr.Image resource to use the next-generation pulumi-docker-build provider (replacing pulumi-docker). This update enables several powerful new capabilities while maintaining backwards compatibility:

  • Multi-platform image building support across different architectures
  • Advanced caching via S3, GitHub Actions, local disk and other backends
  • Support for Docker Build Cloud for cloud-based builds and caching

Note: While upgrading to this version will show resource replacements in your Pulumi preview/up commands, the underlying ECR images will not be deleted.

For detailed information about behavioral differences between the providers, please refer to the docker-build provider documentation.

New Contributors

  • @pulumi-renovate made their first contribution in #1447

Full Changelog: v2.19.0...v2.20.0