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
+4
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"
}
}
},