pull

Function pull 

Source
pub async fn pull<ObjectID: FsVerityHashValue>(
    repo: &Arc<Repository<ObjectID>>,
    imgref: &str,
    reference: Option<&str>,
    img_proxy_config: Option<ImageProxyConfig>,
) -> Result<(String, ObjectID)>
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.