get.porter.sh/porter@v1.3.0/pkg/porter/testdata/generateManifest/expected-result-depv2-no-default-ref.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 13 - name: mysqlLatest 14 bundle: 15 reference: getporter/mysql:latest 16 install: 17 - exec: 18 description: "Install Hello World" 19 command: ./helpers.sh 20 arguments: 21 - install 22 status: 23 - exec: 24 description: "World Status" 25 command: ./helpers.sh 26 arguments: 27 - status 28 uninstall: 29 - exec: 30 description: "Uninstall Hello World" 31 command: ./helpers.sh 32 arguments: 33 - uninstall