1 2 3 4 5 6 7 8
/// Parsed OCI image reference #[allow(dead_code)] pub struct ImageReference { pub registry: String, pub namespace: String, pub image: String, pub tag: String, }