Skip to content

Commit

Permalink
Merge pull request #805 from wking/schema-test-optional-process
Browse files Browse the repository at this point in the history
schema/test/config/good/minimal: Drop 'process'
  • Loading branch information
dqminh authored May 12, 2017
2 parents 3d8270e + 90423a0 commit 45c3fd4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
20 changes: 20 additions & 0 deletions schema/test/config/good/minimal-for-start.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"ociVersion": "1.0.0",
"platform": {
"os": "linux",
"arch": "amd64"
},
"root": {
"path": "rootfs"
},
"process": {
"cwd": "/",
"args": [
"sh"
],
"user": {
"uid": 0,
"gid": 0
}
}
}
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 45c3fd4

Please sign in to comment.