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§
- Canonical
ImgRef - 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.