Skip to content

Commit 60fa44d

Browse files
authored
Merge pull request opencontainers#703 from Mashimiao/schema-fix-user
schema: add username for user field
2 parents d974e9d + a4ff887 commit 60fa44d

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)