File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 249249 "pattern" : " ^MB:[^\\ n]*$"
250250 }
251251 }
252+ },
253+ "personality" : {
254+ "type" : " object" ,
255+ "$ref" : " defs-linux.json#/definitions/Personality"
252256 }
253257 }
254258 }
Original file line number Diff line number Diff line change 9393 "$ref" : " defs.json#/definitions/GID"
9494 },
9595 "umask" : {
96- "id" : " https://opencontainers.org/schema/bundle/process/user/umask" ,
9796 "$ref" : " defs.json#/definitions/Umask"
9897 },
9998 "additionalGids" : {
Original file line number Diff line number Diff line change 11{
22 "definitions" : {
3+ "PersonalityDomain" : {
4+ "type" : " string" ,
5+ "enum" : [
6+ " LINUX" ,
7+ " LINUX32"
8+ ]
9+ },
10+ "Personality" : {
11+ "type" : " object" ,
12+ "properties" : {
13+ "domain" : {
14+ "$ref" : " #/definitions/PersonalityDomain"
15+ },
16+ "flags" : {
17+ "$ref" : " defs.json#/definitions/ArrayOfStrings"
18+ }
19+ }
20+ },
321 "RootfsPropagation" : {
422 "type" : " string" ,
523 "enum" : [
Original file line number Diff line number Diff line change 6060 "GID" : {
6161 "$ref" : " #/definitions/uint32"
6262 },
63- "Umask" : {
63+ "Umask" : {
6464 "$ref" : " #/definitions/uint32"
65- },
65+ },
6666 "ArrayOfGIDs" : {
6767 "type" : " array" ,
6868 "items" : {
You can’t perform that action at this time.
0 commit comments