get.porter.sh/porter@v1.3.0/pkg/manifest/testdata/bundles/nginx/porter.yaml (about) 1 schemaVersion: 1.0.0 2 name: nginx 3 version: 1.19 4 registry: "localhost:5000" 5 6 mixins: 7 - exec 8 9 install: 10 - exec: 11 description: "Install Hello World" 12 command: bash 13 flags: 14 c: echo Hello World 15 16 uninstall: 17 - exec: 18 description: "Uninstall Hello World" 19 command: bash 20 flags: 21 c: echo Goodbye World 22 23 custom: 24 foo: bar