fn try_query_image(
repo: &Repo,
imgref: &ImageReference,
) -> Result<Option<Box<LayeredImageState>>>Expand description
Attempt to query metadata for a pulled image; if it is corrupted, the error is printed to stderr and None is returned.
fn try_query_image(
repo: &Repo,
imgref: &ImageReference,
) -> Result<Option<Box<LayeredImageState>>>Attempt to query metadata for a pulled image; if it is corrupted, the error is printed to stderr and None is returned.