Releases: martijnvdp/lambda-ecr-image-sync
Releases · martijnvdp/lambda-ecr-image-sync
v1.0.6-rc-1
continue on linux image not found
v1.0.5
v1.0.5-rc-3
Merge pull request #20 from martijnvdp/concurrent-sync add concurrency fort sync images and refactor
v1.0.5-rc-2
Merge pull request #19 from martijnvdp/concurrency add length check
v1.0.5-rc-1
Merge pull request #18 from martijnvdp/concurrency add concurrency
v1.0.5-pre-1: Merge pull request #15 from martijnvdp/check_digest
cleanup
v1.0.4
move to go-containerregistry
v1.0.3
- Change the delimiter for include tags, exclude tags, and so on from comma to space because commas are not permitted in tag values in AWS.
v1.0.2
- Removed input images
- The lambda event data can be used to specify specific ecr repository arns, if not specified, it will check all configured repositories in the account using the repository tags.
v1.0.1
- An option has been added to run the tool for a single repository. This can be useful, for example, for triggering events based on tag changes in an ECR repo or for syncing a single repo.
- The issue with the docker config.json path has been resolved.
- Additional logging has been implemented for improved troubleshooting and monitoring.
- The code has been refactored for better maintainability and readability.
- The ecr function has been fixed so that it properly loops through all result pages.