We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d8270e + 90423a0 commit 45c3fd4Copy full SHA for 45c3fd4
schema/test/config/good/minimal-for-start.json
@@ -0,0 +1,20 @@
1
+{
2
+ "ociVersion": "1.0.0",
3
+ "platform": {
4
+ "os": "linux",
5
+ "arch": "amd64"
6
+ },
7
+ "root": {
8
+ "path": "rootfs"
9
10
+ "process": {
11
+ "cwd": "/",
12
+ "args": [
13
+ "sh"
14
+ ],
15
+ "user": {
16
+ "uid": 0,
17
+ "gid": 0
18
+ }
19
20
+}
schema/test/config/good/minimal.json
@@ -6,13 +6,5 @@
},
"root": {
"path": "rootfs"
- },
- "process": {
- "cwd": "/",
- "args": ["sh"],
- "user": {
- "uid": 0,
- "gid": 0
- }
}
0 commit comments