In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest’, from being overwritten by another user with push access to the repository?
Solution: Keep a backup copy of the image on another repository.
Is this the purpose of Docker Content Trust?
Solution: Verify and encrypt Docker registry TLS.
Is this an advantage of multi-stage builds?
Solution: better caching when building Docker images