Skip to content

Commit a4ff887

Browse files
author
Ma Shimiao
committed
schema: add username for user field
Signed-off-by: Ma Shimiao <[email protected]>
1 parent 2d491b0 commit a4ff887

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/config-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@
130130
"additionalGids": {
131131
"id": "https://opencontainers.org/schema/bundle/process/user/additionalGids",
132132
"$ref": "defs.json#/definitions/ArrayOfGIDs"
133+
},
134+
"username": {
135+
"id": "https://opencontainers.org/schema/bundle/process/user/username",
136+
"type": "string"
133137
}
134138
}
135139
},

0 commit comments

Comments
 (0)