[ECR] [request]: Add Additional Filter with list-images command other than TAGGED AND UNTAGGED
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request Add some more conditions with filter option in "aws ecr list-image" with TAGGED and UNTAGGED conditions. Like if are using the TAGGED filter in that case we can also specify which tag we want to filter.
https://docs.aws.amazon.com/cli/latest/reference/ecr/list-images.html
Which service(s) is this request for? ECR
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.
Are you currently working around this issue? How are you currently solving this problem?
Additional context Lets say if someone has more than 100's of images with similar kind of tag how can we filter a specific tag by using AWS ECR list Image commands. Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
This would be extremely useful for us, as we have many thousands of ECR images, and would love to be able to look for specific images with specific tags via the API/CLI. Without this, we have no choice but to fetch ALL the images over the API, and filter them locally, which is much more expensive and slow.