We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb48ef2 commit fa1ae38Copy full SHA for fa1ae38
proto/config.proto
@@ -7,7 +7,7 @@ message Spec {
7
// Version is the version of the specification that is supported.
8
optional string version = 1;
9
// Platform is the host information for OS and Arch.
10
- optional Platform platform = 2; // [default=77];
+ optional Platform platform = 2;
11
// Process is the container's main process.
12
optional Process process = 3;
13
// Root is the root information for the container's filesystem.
@@ -69,7 +69,7 @@ enum PlatformType {
69
message User {
70
// Type so that receivers of this message can `switch` for the fields
71
// expected
72
- optional PlatformType type = 1 [default = LINUX];
+ optional PlatformType type = 1;
73
74
optional LinuxUser linux_type = 2;
75
}
0 commit comments