From ddf732186ce2fdab3b27f339e0de8c535cd8738e Mon Sep 17 00:00:00 2001 From: cweld510 Date: Thu, 6 Feb 2025 19:55:59 +0000 Subject: [PATCH] Add runsc_runtime_version to sandbox proto --- modal_proto/api.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modal_proto/api.proto b/modal_proto/api.proto index 9bef3e67a..580d754e6 100644 --- a/modal_proto/api.proto +++ b/modal_proto/api.proto @@ -2261,6 +2261,9 @@ message Sandbox { optional uint32 snapshot_version = 25; string cloud_provider_str = 26; // Supersedes cloud_provider + + // Specifies container runtime behavior for sandboxes which are restored from a snapshot. + optional string runsc_runtime_version = 27; } message SandboxCreateRequest {