Skip to content

Releases: martijnvdp/lambda-ecr-image-sync

v1.0.6-rc-1

18 Aug 08:01
Compare
Choose a tag to compare
v1.0.6-rc-1 Pre-release
Pre-release
continue on linux image not found

v1.0.5

17 Mar 08:49
8c6df88
Compare
Choose a tag to compare

added concurrency and var concurrent in lambda event so a max conncurrent jobs can be set
concurrent: 4

v1.0.5-rc-3

17 Mar 08:01
8c6df88
Compare
Choose a tag to compare
v1.0.5-rc-3 Pre-release
Pre-release
Merge pull request #20 from martijnvdp/concurrent-sync

add concurrency fort sync images and refactor

v1.0.5-rc-2

16 Mar 22:11
281dbd4
Compare
Choose a tag to compare
v1.0.5-rc-2 Pre-release
Pre-release
Merge pull request #19 from martijnvdp/concurrency

add length check

v1.0.5-rc-1

16 Mar 20:55
e5d9721
Compare
Choose a tag to compare
v1.0.5-rc-1 Pre-release
Pre-release
Merge pull request #18 from martijnvdp/concurrency

add concurrency

v1.0.5-pre-1: Merge pull request #15 from martijnvdp/check_digest

09 Mar 07:52
3eee620
Compare
Choose a tag to compare

v1.0.4

08 Mar 21:06
dc05aa4
Compare
Choose a tag to compare

move to go-containerregistry

v1.0.3

07 Mar 18:36
9dde0ee
Compare
Choose a tag to compare
  • 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

06 Mar 08:04
e2eadd0
Compare
Choose a tag to compare
  • 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

28 Feb 21:53
97b02bc
Compare
Choose a tag to compare
  • 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.