Skip to content

Commit

Permalink
schema/test/config/good/minimal: Drop 'process'
Browse files Browse the repository at this point in the history
It's optional since c41ea83 (config: Make process optional,
2017-02-27, opencontainers#701) which landed yesterday.

Signed-off-by: W. Trevor King <[email protected]>
  • Loading branch information
wking committed May 11, 2017
1 parent 1259a08 commit 9b2daa5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions schema/test/config/good/minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@
},
"root": {
"path": "rootfs"
},
"process": {
"cwd": "/",
"args": ["sh"],
"user": {
"uid": 0,
"gid": 0
}
}
}

0 comments on commit 9b2daa5

Please sign in to comment.