pub(crate) async fn pull(
repo: &Repo,
imgref: &ImageReference,
target_imgref: Option<&OstreeImageReference>,
quiet: bool,
prog: ProgressWriter,
) -> Result<Box<ImageState>>Expand description
Wrapper for pulling a container image, wiring up status output.