Crate docker_image

Source
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ยง

DockerImage
Represents a parsed Docker image reference.

Enumsยง

DockerImageError
Errors that can occur while parsing Docker image references.