/ecr-cleanup

Shell script to help clean old images from AWS ECR repos

Primary LanguageShellApache License 2.0Apache-2.0

AWS ECR Cleanup scripts

##Author: Justin Miller

A couple of simple bash shell scripts which can be used to

  • clean images with no tag from an ECR repo
  • clean old images from an ECR repo

###Dependancies

  • AWS command line tools (tested with aws-cli/1.11.21)
  • jq utility for parsing json