-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest
43 lines (43 loc) · 921 Bytes
/
manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"acKind": "ImageManifest",
"acVersion": "0.3.0",
"name": "sgotti.org/baci",
"labels": [
{
"name": "version",
"value": "0.0.1"
},
{
"name": "arch",
"value": "amd64"
},
{
"name": "os",
"value": "linux"
}
],
"app": {
"exec": [
"/baci/root/usr/bin/bacibuilder"
],
"user": "0",
"group": "0",
"mountPoints": [
{
"name": "source",
"path": "/baci/source",
"readOnly": true
},
{
"name": "dest",
"path": "/baci/dest",
"readOnly": false
},
{
"name": "data",
"path": "/baci/data",
"readOnly": false
}
]
}
}