Merge pull request #703 from Mashimiao/schema-fix-user

schema: add username for user field
This commit is contained in:
Tianon Gravi 2017-05-10 08:14:36 -07:00 committed by GitHub
commit 60fa44d737
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@
"additionalGids": {
"id": "https://opencontainers.org/schema/bundle/process/user/additionalGids",
"$ref": "defs.json#/definitions/ArrayOfGIDs"
},
"username": {
"id": "https://opencontainers.org/schema/bundle/process/user/username",
"type": "string"
}
}
},