This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathimage_manifest_main.json.in
80 lines (80 loc) · 1.96 KB
/
image_manifest_main.json.in
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"acVersion": "0.8.11",
"acKind": "ImageManifest",
"name": "coreos.com/ace-validator-main",
"labels": [
{ "name": "version", "value": "0.8.11" },
{ "name": "os", "value": "@ACI_OS@" },
{ "name": "arch", "value": "@ACI_ARCH@" }
],
"app": {
"exec": [
"/ace-validator", "main"
],
"eventHandlers": [
{
"name": "pre-start",
"exec": [
"/ace-validator", "prestart"
]
},
{
"name": "post-stop",
"exec": [
"/ace-validator", "poststop"
]
}
],
"user": "0",
"group": "0",
"workingDirectory": "/opt/acvalidator",
"environment": [
{
"name": "IN_ACE_VALIDATOR",
"value": "correct"
}
],
"mountPoints": [
{
"name": "database",
"path": "/db",
"readOnly": false
}
],
"ports": [
{
"name": "www",
"protocol": "tcp",
"port": 80
}
],
"isolators": [
{
"name": "resource/memory",
"value": {"limit": "1G"}
}
]
},
"annotations": [
{
"name": "created",
"value": "2014-10-27T19:32:27.67021798Z"
},
{
"name": "authors",
"value": "Carly Container <[email protected]>, Nat Network <[email protected]>"
},
{
"name": "homepage",
"value": "https://github.com/appc/spec"
},
{
"name": "documentation",
"value": "https://github.com/appc/spec/blob/master/README.md"
},
{
"name": "lorem",
"value": "ipsum"
}
]
}