Documentation ¶ Index ¶ Constants func ParseImageName(image string) (string, string, string, error) Constants ¶ View Source const ( DefaultImageTag = "latest" ) Variables ¶ This section is empty. Functions ¶ func ParseImageName ¶ func ParseImageName(image string) (string, string, string, error) ParseImageName parses a docker image string into three parts: repo, tag and digest. If both tag and digest are empty, a default image tag will be returned. Types ¶ This section is empty. Source Files ¶ View all Source files parsers.go Click to show internal directories. Click to hide internal directories.