get.porter.sh/porter@v1.3.0/pkg/cache/testdata/cnab/bundle.json (about)

     1  {
     2  	"credentials": {
     3  		"kubeconfig": {
     4  			"path": "/home/nonroot/.kube/config"
     5  		}
     6  	},
     7  	"description": "",
     8  	"images": { 
     9  		"my-microservice":{ 
    10  		   "contentDigest":"sha256:cca460afa270d4c527981ef9ca4989346c56cf9b20217dcea37df1ece8120687",
    11  		   "description":"my microservice",
    12  		   "image":"gabrtv/microservice@sha256:cca460afa270d4c527981ef9ca4989346c56cf9b20217dcea37df1ece8120687"
    13  		}
    14  	},
    15  	"invocationImages": [{
    16  		"contentDigest": "sha256:f858bc025ad34099fe67ebe6152e03b4c91b34cc7a77d1aa10aaf1dc1389c2c2",
    17  		"image": "jeremyrickard/porter-mysql@sha256:f858bc025ad34099fe67ebe6152e03b4c91b34cc7a77d1aa10aaf1dc1389c2c2",
    18  		"imageType": "docker"
    19  	}],
    20  	"name": "mysql",
    21  	"parameters": {
    22  		"database-name": {
    23  			"defaultValue": "mydb",
    24  			"destination": {
    25  				"env": "DATABASE_NAME"
    26  			},
    27  			"type": "string"
    28  		},
    29  		"mysql-name": {
    30  			"defaultValue": "porter-ci-mysql",
    31  			"destination": {
    32  				"env": "MYSQL-NAME"
    33  			},
    34  			"type": "string"
    35  		},
    36  		"mysql-user": {
    37  			"destination": {
    38  				"env": "MYSQL_USER"
    39  			},
    40  			"required": true,
    41  			"type": "string"
    42  		},
    43  		"namespace": {
    44  			"defaultValue": "",
    45  			"destination": {
    46  				"env": "NAMESPACE"
    47  			},
    48  			"type": "string"
    49  		},
    50  		"porter-debug": {
    51  			"defaultValue": false,
    52  			"destination": {
    53  				"env": "PORTER_DEBUG"
    54  			},
    55  			"metadata": {
    56  				"description": "Print debug information from Porter when executing the bundle"
    57  			},
    58  			"type": "bool"
    59  		}
    60  	},
    61  	"version": "0.1.0"
    62  }