github.com/docker/cnab-to-oci@v0.3.0-beta4/examples/helloworld-cnab/bundle.json (about) 1 { 2 "schemaVersion": "v1.0.0", 3 "name": "helloworld", 4 "version": "0.1.1", 5 "description": "A short description of your bundle", 6 "keywords": [ 7 "helloworld", 8 "cnab", 9 "tutorial" 10 ], 11 "maintainers": [ 12 { 13 "name": "Jane Doe", 14 "email": "jane.doe@example.com", 15 "url": "https://example.com" 16 } 17 ], 18 "invocationImages": [ 19 { 20 "imageType": "docker", 21 "image": "cnab/helloworld:0.1.1", 22 "size": 42 23 } 24 ], 25 "images": null, 26 "parameters": null, 27 "credentials": null 28 }