pull_image#

SandboxRuntime.pull_image(image: str, timeout_seconds: float = 120.0) str[source]#

Download and extract container image into local cache.

Parameters:
  • image (str) – Container image name or tar path.

  • timeout_seconds (float) – Request timeout.

Returns:

Extracted image directory path.

Return type:

str