You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "ted (Jira)" <ji...@apache.org> on 2022/05/05 12:31:00 UTC

[jira] [Created] (YUNIKORN-1201) commit hash of docker image label change cut -f

ted created YUNIKORN-1201:
-----------------------------

             Summary: commit hash of docker image label change cut -f
                 Key: YUNIKORN-1201
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1201
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: shim - kubernetes
            Reporter: ted


Makefile in shim:
{code:java}
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){code}
change to:
 
{code:java}
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){code}
 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org