get.porter.sh/porter@v1.3.0/pkg/porter/testdata/explain/bundle-docker.json (about)

     1  {
     2      "custom": {
     3          "io.cnab.docker": null,
     4          "io.cnab.dependencies": null,
     5          "sh.porter": {
     6              "manifestDigest": "5040d45d0c44e7632563966c33f5e8980e83cfa7c0485f725b623b7604f072f0",
     7              "version": "v0.30.0",
     8              "commit": "3b7c85ba",
     9              "mixins": {
    10                  "docker": {}
    11              }
    12          }
    13      },
    14      "definitions": {
    15          "porter-debug": {
    16              "$comment": "porter-internal",
    17              "default": false,
    18              "description": "Print debug information from Porter when executing the bundle",
    19              "type": "boolean"
    20          },
    21          "region": {
    22              "default": "mars",
    23              "type": "string"
    24          }
    25      },
    26      "description": "An example Porter configuration",
    27      "invocationImages": [
    28          {
    29              "image": "porter-hello:latest",
    30              "imageType": "docker"
    31          }
    32      ],
    33      "name": "porter-hello",
    34      "parameters": {
    35          "porter-debug": {
    36              "definition": "porter-debug",
    37              "description": "Print debug information from Porter when executing the bundle",
    38              "destination": {
    39                  "env": "PORTER_DEBUG"
    40              }
    41          },
    42          "region": {
    43              "definition": "region",
    44              "destination": {
    45                  "env": "REGION"
    46              }
    47          }
    48      },
    49      "requiredExtensions": [
    50          "io.cnab.docker"
    51      ],
    52      "schemaVersion": "v1.0.0-WD",
    53      "version": "0.1.0"
    54  }