awslabs / ecr-cleanup-lambda

A script to discover stale ECR images and take action on them with Lambda to help reduce costs.
Other
161 stars 96 forks source link

Support maxage param (default 90 days) #42

Open amar-kamat opened 2 years ago

amar-kamat commented 2 years ago

Support -maxage or MAX_AGE env. Issue #41

Issue #, if available:

41

Description of changes: Support flagging images that exceed a max age (default of 90 days) for ECR images.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.