pub async fn merge_registry_config(
registry_config: &mut HashMap<String, RegistryConfig>,
oci_opts: OciConfig,
)Expand description
A helper function to merge crate::oci::Config into the given registry configuration
pub async fn merge_registry_config(
registry_config: &mut HashMap<String, RegistryConfig>,
oci_opts: OciConfig,
)A helper function to merge crate::oci::Config into the given registry configuration