Skip to content

Releases: martijnvdp/terraform-ecr-image-sync

added concurrency

18 Mar 12:58
b9e3e4f
Compare
Choose a tag to compare

added concurrent param to set max concurrent syncs in lambda event data:
example:
concurrent: 10
param requires v1.0.5 of the lambda container image

v1.0.3

07 Mar 19:18
3c3cc04
Compare
Choose a tag to compare
Merge pull request #22 from martijnvdp/readme

Readme

v1.0.2

06 Mar 09:34
1b8a4e9
Compare
Choose a tag to compare

requires lambda v1.0.2 or higher

docker pull ghcr.io/martijnvdp/ecr-image-sync:latest
https://github.com/martijnvdp/lambda-ecr-image-sync/releases/tag/v1.0.2

refactor

03 Mar 18:28
c162bdb
Compare
Choose a tag to compare
Merge pull request #15 from martijnvdp/refactor

refactor

v1.0.0: Merge pull request #14 from martijnvdp/update-for-latest-lambda-conta…

28 Feb 23:18
5dd5361
Compare
Choose a tag to compare
  • Update the code , S3 bucket code pipeline is now optional because the new lambda function can sync the images directly.
  • There's a new option to configure the synchronization of images by using repository tags.

Check out the lambda function for all changes at https://github.com/martijnvdp/lambda-ecr-image-sync.

v0.0.3

08 Mar 16:04
dae4fa7
Compare
Choose a tag to compare

update to match v0.1.7 container image on dockerhub

v0.0.2

11 Apr 08:46
0b605e3
Compare
Choose a tag to compare

Added option to use the docker container for the lambda function instead of the zip file
Added option to supply dockerhub credentials using aws secrets manager or aws SSM parameter store items

initial release

07 Apr 22:13
871801c
Compare
Choose a tag to compare
Merge pull request #6 from martijnvdp/update

update