AWS ECR how to restrict retagging except for latest tag

pcmagas

Dimitrios Desyllas

Posted on January 16, 2020

AWS ECR how to restrict retagging except for latest tag

I am looking Amazon ECR and ECR has the ability for tag immutability, but the only one tag I want to be mutated is the latest one.

Also, this pal has the same question as me. So I would love if you can elaborate.

I want restrict retagging except for latest tag in AWS ECR It is very hard if some developers pushs image with same tag for debugging So I would like to allow only "latest" tag to be retagged. But not for different docker image versions to same tag name. How to…

💖 💪 🙅 🚩
pcmagas
Dimitrios Desyllas

Posted on January 16, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related