pub async fn fetch_image_manifest(
    image: &str,
    options: &OciOptions
) -> Result<(OciImageManifest, String), OciError>
Expand description

Retrieve a manifest from an OCI url.