Skip to content

Commit 9b2daa5

Browse files
committed
schema/test/config/good/minimal: Drop 'process'
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]>
1 parent 1259a08 commit 9b2daa5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

schema/test/config/good/minimal.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@
66
},
77
"root": {
88
"path": "rootfs"
9-
},
10-
"process": {
11-
"cwd": "/",
12-
"args": ["sh"],
13-
"user": {
14-
"uid": 0,
15-
"gid": 0
16-
}
179
}
1810
}

0 commit comments

Comments
 (0)