Expand description
ยง๐ docker-image
A library for parsing and handling Docker image references in a structured way.
Docker image references can include components like a registry, name, tag, and digest. This library parses valid Docker image strings into their respective components, with proper validation.
Structsยง
- Docker
Image - Represents a parsed Docker image reference.
Enumsยง
- Docker
Image Error - Errors that can occur while parsing Docker image references.