Docker Image Tagging Suggestions

For your Replicated YAML, we highly encourage you to push images with a specific tag & avoid the
“latest” tag. This rule can be ignored when you’re in early development stages and constantly
updating your images. However, once you’re becoming more production ready, we suggest tagging
images with some type of version (Replicated tags images using SHA of the GitHub commit). This is
valuable when you have multiple release channels & want to be able to maintain a constant version
in the stable channel, but experiment with the unstable channel.