funcSplit(imageName string) (name string, tag string, digest string)
Split separates and returns the name and tag parts
from the image string using either colon `:` or at `@` separators.
image reference pattern: [[host[:port]/]component/]component[:tag][@digest]