pub(crate) async fn prepare_for_pull_unified(
repo: &Repo,
imgref: &ImageReference,
target_imgref: Option<&OstreeImageReference>,
store: &Storage,
) -> Result<PreparedPullResult>Expand description
Unified approach: Use bootc’s CStorage to pull the image, then prepare from containers-storage. This reuses the same infrastructure as LBIs.