get.porter.sh/porter@v1.3.0/pkg/porter/testdata/generateManifest/expected-result-depv2.yaml (about)

     1  schemaVersion: 1.0.0-alpha.1
     2  name: porter-hello
     3  version: 0.1.0
     4  description: "An example Porter configuration"
     5  registry: "localhost:5000"
     6  mixins:
     7    - exec
     8  dependencies:
     9    requires:
    10      - name: mysql
    11        bundle:
    12          reference: getporter/mysql@sha256:3abc67269f59e3ed824e811a1ff1ee64f0d44c0218efefada57a4bebc2d7ef6f
    13  install:
    14    - exec:
    15        description: "Install Hello World"
    16        command: ./helpers.sh
    17        arguments:
    18          - install
    19  status:
    20    - exec:
    21        description: "World Status"
    22        command: ./helpers.sh
    23        arguments:
    24          - status
    25  uninstall:
    26    - exec:
    27        description: "Uninstall Hello World"
    28        command: ./helpers.sh
    29        arguments:
    30          - uninstall