Skip to content

Instantly share code, notes, and snippets.

@serkanh
Created February 27, 2018 17:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serkanh/3d61feded47b975da5f061c90591d0b9 to your computer and use it in GitHub Desktop.
Save serkanh/3d61feded47b975da5f061c90591d0b9 to your computer and use it in GitHub Desktop.
sort ecr images by push date and get the latest
aws --profile=jumpstart ecr describe-images --repository-name lead-front-door \
--query 'sort_by(imageDetails,& imagePushedAt)[-1].imageTags[0]' --output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment