Wilfred Spiegelenburg created YUNIKORN-2084:
-----------------------------------------------

             Summary: Remove = in web dockerfile
                 Key: YUNIKORN-2084
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2084
             Project: Apache YuniKorn
          Issue Type: Improvement
          Components: webapp
            Reporter: Wilfred Spiegelenburg


The web Dockerfile contains an extra equal sign that should not be there:
{code:java}
ARG NODE_VERSION= {code}
The = sign shows a default value but since it is empty the build will still 
fail.

the build pulls the default version from the .nvmrc file and passes it in, we 
should not have the = sign in the Dockerfile



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to