Process Flow - Image naming conventions (registry/image:tag)
Start with registry (optional)
Add image name (required)
Add tag (optional, default 'latest')
Full image name formed
Use image in docker commands
Docker image names can include an optional registry, a required image name, and an optional tag. The tag defaults to 'latest' if omitted.