Files
Alban Crequy dac301ce2a functional tests: more environment variable tests
rename ACIs based on what they do rather than which tests use them
2015-04-10 13:42:00 +02:00

40 lines
747 B
Plaintext

{
"acKind": "ImageManifest",
"acVersion": "0.5.1",
"name": "coreos.com/rkt-inspect",
"labels": [
{
"name": "version",
"value": "1.0.0"
},
{
"name": "arch",
"value": "amd64"
},
{
"name": "os",
"value": "linux"
}
],
"app": {
"exec": [
"/inspect"
],
"user": "0",
"group": "0",
"workingDirectory": "/",
"environment": [
{
"name": "VAR_FROM_MANIFEST",
"value": "manifest"
}
],
"isolators": [
],
"mountPoints": [
],
"ports": [
]
}
}