3 Code: 🛁 A golang implementation for removing old images from ECR repositories

github.com godoc.org goreportcard.com posted by Matt Evans 2677 days ago  

The documented limit to the number of images in an ECR repository is 1000. This is a golang implementation for removing unused images from your ECR repositories. This script will inspect all container services/tasks, across all ECS clusters, removing images that are not in-use (in batches of 100).

Register to comment or vote on this story