Containers

True or False? Using the 'latest' tag when pulling an image means, you are pulling the most recently published image

Difficulty: unrated

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

Answer

False. While this might be true in some cases, it's not guaranteed that you'll pull the latest published image when using the 'latest' tag.

For example, in some images, 'edge' tag is used for the most recently published images.