Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 436 Bytes

File metadata and controls

26 lines (22 loc) · 436 Bytes

OpenShift builds

source strategy

strategy:
    sourceStrategy:
      from:
        kind: ImageStreamTag
        name: 'nginx-112-centos7:latest'
    type: Source

source input from image stream

  source:
    images:
    - as: null
      from:
        kind: ImageStreamTag
        name: source-image-stream:latest
      paths:
      - destinationDir: "."
        sourcePath: "/opt/app-root/src/dist/."