You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Automated Image Cleanup for Amazon ECR
2
-
The Python script and Lambda function described here help clean up images in [Amazon ECR](https://aws.amazon.com/ecr). The script looks for images that are not used in running [Amazon ECS](https://aws.amazon.com/ecs) tasks that can be deleted. You can configure the script to print the image list first to confirm deletions, specify a region, or specify a number of images to keep for potential rollbacks.
2
+
The Python script and Lambda function described here help clean up images in [Amazon ECR](https://aws.amazon.com/ecr).
3
+
The script looks for images that are not used in running
4
+
[Amazon ECS](https://aws.amazon.com/ecs) tasks,
5
+
[Amazon EKS](https://aws.amazon.com/eks) tasks and
6
+
[Amazon Lambda](https://aws.amazon.com/lambda) container images that can be deleted.
7
+
You can configure the script to print the image list first to confirm deletions, specify a region,
8
+
or specify a number of images to keep for potential rollbacks.
3
9
4
10
## Authenticate with AWS
5
11
[Configuring the AWS Command Line Interface.](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)
0 commit comments