Utility class for parsing and manipulating Docker image names
Class methods
display_name(image_name :
String, max_length :
Int32 =
Constants::Table::MAX_COLUMN_WIDTH) :
String Truncate image name for display
SourceCheck if image is from a specific registry
SourceGet registry host from image name if present
SourceExtract just the repository from an image name
SourceExtract just the tag from an image name
SourceCheck if image has a custom tag (not 'latest')
SourceParse image name into repository and tag parts
Source