pub async fn pull(
repo: &Arc<Repository<impl FsVerityHashValue>>,
imgref: &str,
reference: Option<&str>,
) -> Result<(Sha256Digest, impl FsVerityHashValue)>Expand description
Pull the target image, and add the provided tag. If this is a mountable image (i.e. not an artifact), it is not unpacked by default.