Skip to content

Commit

Permalink
Add runsc_runtime_version to sandbox proto
Browse files Browse the repository at this point in the history
  • Loading branch information
cweld510 committed Feb 6, 2025
1 parent e9f3958 commit ddf7321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ddf7321

Please sign in to comment.