Containers

You and your team work on the same project, but different versions of it. For each version, the team creates a new, separate image. What would you suggest the team to change in such case?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Use tags. You can distinguish between different releases of a project using image tags. There is no need to create an entire separate image for version/release of a project.