Skip to content

Commit

Permalink
Add runsc_runtime_version to sandbox proto (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
cweld510 authored Feb 6, 2025
1 parent a6a59e1 commit 182fbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,10 @@ 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.
// Set by the backend at snapshot creation time.
optional string runsc_runtime_version = 27;
}

message SandboxCreateRequest {
Expand Down

0 comments on commit 182fbf3

Please sign in to comment.