Versions in this module Expand all Collapse all v1 v1.0.1 Apr 11, 2026 v1.0.0 Apr 11, 2026 Changes in this version + func ValidateImageRef(imageRef string) error + type Parser struct + func NewParser(client docker.Client) *Parser + func (p *Parser) ParseImage(ctx context.Context, imageRef string) (*models.Image, error) + func (p *Parser) ParseLayers(ctx context.Context, imageRef string) ([]models.Layer, error)