Documentation
¶
Index ¶
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.
Click to show internal directories.
Click to hide internal directories.