Skip to content

Commit

Permalink
(task): Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Oct 25, 2019
1 parent 338b7ab commit 9d8b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/mattevans/ecr-cleanse)](https://goreportcard.com/report/github.com/mattevans/ecr-cleanse)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mattevans/ecr-cleanse/blob/master/LICENSE)

The [documented limit](http://docs.aws.amazon.com/AmazonECR/latest/userguide/service_limits.html) to the number of images in an ECR repository is ~1000~ ([https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecr-now-supports-increased-repository-and-image-limits/](Now 10K as of Jul 19 2019)). This is a golang implementation for removing unused images from your ECR repositories.
The [documented limit](http://docs.aws.amazon.com/AmazonECR/latest/userguide/service_limits.html) to the number of images in an ECR repository is ~1000~ ([Now 10K as of Jul 19 2019](https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecr-now-supports-increased-repository-and-image-limits/)). 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](http://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_BatchDeleteImage.html) of 100).

Expand Down

0 comments on commit 9d8b664

Please sign in to comment.