MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / prepared_image_cache_identity

Function prepared_image_cache_identity

crates/openshell-driver-vm/src/driver.rs:4369–4374  ·  view source on GitHub ↗
(image_identity: &str)

Source from the content-addressed store, hash-verified

4367}
4368
4369fn prepared_image_cache_identity(image_identity: &str) -> String {
4370 format!(
4371 "{PREPARED_IMAGE_CACHE_LAYOUT_VERSION}:openshell-{}:{image_identity}",
4372 openshell_core::VERSION
4373 )
4374}
4375
4376fn registry_layer_download_concurrency() -> usize {
4377 let value = std::env::var("OPENSHELL_VM_IMAGE_PULL_CONCURRENCY").ok();

Calls

no outgoing calls