Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-1201

commit hash of docker image label change cut -f

    XMLWordPrintableJSON

Details

    Description

      Makefile in shim:

      CORE_SHA=$$(go list -m "github.com/apache/yunikorn-core" | cut -d "-" -f5)
      SI_SHA=$$(go list -m "github.com/apache/yunikorn-scheduler-interface" | cut -d "-" -f6)

      change to:

      CORE_SHA=$$(go list -m "github.com/apache/yunikorn-core" | cut -d "-" -f4) 
      SI_SHA=$$(go list -m "github.com/apache/yunikorn-scheduler-interface" | cut -d "-" -f5)

       

      Attachments

        Activity

          People

            steinsgateted Ted Lin
            steinsgateted Ted Lin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: