Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created October 26, 2023 11:03
Show Gist options
  • Save dasgoll/390c933d00ae7f3490433d8db8c49d63 to your computer and use it in GitHub Desktop.
Save dasgoll/390c933d00ae7f3490433d8db8c49d63 to your computer and use it in GitHub Desktop.
delete image tag on ecr repo
# delete image tag on ecr
aws ecr batch-delete-image --repository-name nginx --image-ids imageTag=1.24-alpine-slim-v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment