Skip to content

Commit

Permalink
Merge pull request #703 from Mashimiao/schema-fix-user
Browse files Browse the repository at this point in the history
schema: add username for user field
  • Loading branch information
tianon authored May 10, 2017
2 parents d974e9d + a4ff887 commit 60fa44d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit 60fa44d

Please sign in to comment.