pub async fn fetch_oci_bytes(
    img: &str,
    allow_latest: bool,
    allowed_insecure: &[String]
) -> Result<Vec<u8>, OciError>
Expand description

Retrieve a payload from an OCI url.