Crate container_image_dist_ref

Source
Expand description

§Parse docker/OCI Image References

This library is extensively tested against the authoritative image reference implementation, https://github.com/distribution/reference.

Modules§

digest
Parsers for digest algorithms and encoded digest values
domain
Domain: host and an optional port
err
Error types
name
Image names: optional domain and a required path
path
Path parsing
tag
Tag parsing

Structs§

CanonicalImgRef
A canonical image reference includes a domain, a path/repo name, and digest. It may also include a tag.
ImgRef
A reference to a container image. All references contain at least a name.