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…