get.porter.sh/porter@v1.3.0/pkg/storage/testdata/migrated/claims/example-exec-outputs/01EAZ07M2M914GNFTQ0BD7447S.json (about) 1 { 2 "schemaVersion": "1.0.0", 3 "id": "01EAZ07M2M914GNFTQ0BD7447S", 4 "installation": "example-exec-outputs", 5 "revision": "01EAZ07M2NMJ0293FRMGB3JKDW", 6 "created": "2019-11-08T12:01:46.287743-06:00", 7 "action": "install", 8 "bundle": { 9 "schemaVersion": "v1.0.0", 10 "name": "example-exec-outputs", 11 "version": "0.1.0", 12 "description": "An example Porter bundle demonstrating exec mixin outputs", 13 "invocationImages": [ 14 { 15 "imageType": "docker", 16 "image": "getporter/example-exec-outputs:0.1.0" 17 } 18 ], 19 "actions": { 20 "status": { 21 "modifies": true, 22 "description": "Parse stdout as json" 23 }, 24 "test": { 25 "modifies": true, 26 "description": "Scrape stdout with regex" 27 } 28 }, 29 "parameters": { 30 "porter-debug": { 31 "definition": "porter-debug-parameter", 32 "description": "Print debug information from Porter when executing the bundle", 33 "destination": { 34 "env": "PORTER_DEBUG" 35 } 36 } 37 }, 38 "outputs": { 39 "config": { 40 "definition": "config-output", 41 "applyTo": [ 42 "install" 43 ], 44 "path": "/cnab/app/outputs/config" 45 }, 46 "failed-tests": { 47 "definition": "failed-tests-output", 48 "applyTo": [ 49 "test" 50 ], 51 "path": "/cnab/app/outputs/failed-tests" 52 }, 53 "kubeconfig": { 54 "definition": "kubeconfig-output", 55 "applyTo": [ 56 "install" 57 ], 58 "path": "/cnab/app/outputs/kubeconfig" 59 }, 60 "user": { 61 "definition": "user-output", 62 "applyTo": [ 63 "status" 64 ], 65 "path": "/cnab/app/outputs/user" 66 } 67 }, 68 "definitions": { 69 "config-output": { 70 "type": "string" 71 }, 72 "failed-tests-output": { 73 "type": "string" 74 }, 75 "kubeconfig-output": { 76 "contentEncoding": "base64", 77 "type": "string" 78 }, 79 "porter-debug-parameter": { 80 "default": false, 81 "description": "Print debug information from Porter when executing the bundle", 82 "type": "boolean" 83 }, 84 "user-output": { 85 "type": "string" 86 } 87 }, 88 "custom": { 89 "io.cnab.dependencies": null, 90 "sh.porter": { 91 "manifestDigest": "f23ca8f34a4e9a54babe625700997115e64dcef2b4411b9af0943c21870487be" 92 } 93 } 94 }, 95 "parameters": { 96 "porter-debug": false 97 } 98 }