Expand description
Image reference canonicalization.
OCI image references have many valid spellings for the same image.
This module provides normalize_image_ref, which maps every spelling
to a single canonical form so that cache keys, log messages, and
protocol messages are consistent regardless of how the caller spelled
the reference.
Functionsยง
- normalize_
image_ ref - Canonicalize an OCI image reference.