I'd like to configure our company container registry on GCP to:
- Allow staff to push new images with new tags
- Not allow existing tags to be replaced
The goal is to avoid using latest tag - or any other mutable tag - and consistently use new, immutable tags for new images.
Is there a set of IAM roles or permissions that can achieve this behaviour?