Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.05 KB

File metadata and controls

45 lines (32 loc) · 1.05 KB

Developer Console

Upload Uber JAR

  • Select upload JAR

    Uber JAR

  • Upload your Uber JAR and select Builder Image

    Upload JAR

  • Name your application and select parameters e.g. Ingress (Route), request/limit

    Parameters

  • View build logs

    view build log

    Build log

    build log

  • Check for build config by select menu Builds->backend->YAML

    • Base image is from sourceStrategy
    • Source type is binary
    strategy:
      type: Source
      sourceStrategy:
        from:
          kind: ImageStreamTag
          namespace: openshift
          name: 'java:openjdk-11-ubi8'
    postCommit: {}
    source:
      type: Binary
      binary: {}
  • Check your deployed application

    Uber JAR app deployed