github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/acceptance/testdata/pack_fixtures/inspect_image_published_output.yaml (about) 1 --- 2 image_name: "{{.image_name}}" 3 local_info: null 4 remote_info: 5 stack: pack.test.stack 6 rebasable: {{.rebasable}} 7 base_image: 8 top_layer: "{{.base_image_top_layer}}" 9 reference: "{{.base_image_ref}}" 10 run_images: 11 - name: pack-test/run 12 - name: "{{.run_image_mirror}}" 13 buildpacks: 14 - id: simple/layers 15 version: simple-layers-version 16 extensions: [] 17 processes: 18 - type: web 19 shell: bash 20 command: "{{( StringsEscapeBackslash .web_command )}}" 21 default: true 22 args: 23 - '8080' 24 working-dir: "{{ ( StringsEscapeBackslash .image_workdir ) }}" 25 - type: hello 26 shell: '' 27 command: "{{.hello_command}}" 28 default: false 29 args: [ {{ ( StringsJoin (StringsDoubleQuote .hello_args) "," ) }} ] 30 working-dir: "{{ ( StringsEscapeBackslash .image_workdir ) }}"