get.porter.sh/porter@v1.3.0/pkg/porter/testdata/generateManifest/new-name.yaml (about) 1 schemaVersion: 1.0.0-alpha.1 2 name: newname 3 version: 0.1.0 4 description: "An example Porter configuration" 5 registry: "localhost:5000" 6 custom: 7 key1: value1 8 key2: 9 nestedKey2: value2 10 mixins: 11 - exec 12 images: 13 whalesayd: 14 description: "Whalesay as a service" 15 imageType: "docker" 16 repository: "test/whalesayd" 17 digest: sha256:8b92b7269f59e3ed824e811a1ff1ee64f0d44c0218efefada57a4bebc2d7ef6f 18 install: 19 - exec: 20 description: "Install Hello World" 21 command: ./helpers.sh 22 arguments: 23 - install 24 status: 25 - exec: 26 description: "World Status" 27 command: ./helpers.sh 28 arguments: 29 - status 30 uninstall: 31 - exec: 32 description: "Uninstall Hello World" 33 command: ./helpers.sh 34 arguments: 35 - uninstall 36 # comments n stuff