chenyulin0719 commented on code in PR #203: URL: https://github.com/apache/yunikorn-web/pull/203#discussion_r1752258588
########## .nvmrc: ########## @@ -1 +1 @@ -18.20 +v18.20.4 Review Comment: Building the web image will fail. > REGISTRY=apache VERSION=latest make clean image The reason is the unexpected 'v' in the resolved node tag name in Dockerfile. Error Message: `ERROR: failed to solve: node:v18.20.4-alpine: docker.io/library/node:v18.20.4-alpine: not found` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
