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:32:00 UTC

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

     [ https://issues.apache.org/jira/browse/YUNIKORN-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ted updated YUNIKORN-1201:
--------------------------
    Description: 
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}
 

  was:
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}
 


> 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
>            Priority: Minor
>              Labels: newbie
>
> 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