pub(crate) async fn new_importer_with_config(
repo: &Repo,
imgref: &OstreeImageReference,
config: ImageProxyConfig,
) -> Result<ImageImporter>Expand description
Wrapper for pulling a container image with a custom proxy config (e.g. for unified storage).