-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(hubble): enhance maven front plugin #568
Conversation
cc @imbajin and @aroundabout maybe need to test when build image |
<yarnVersion>${build.yarn.version}</yarnVersion> | ||
<nodeDownloadRoot>https://npm.taobao.org/mirrors/node/</nodeDownloadRoot> | ||
<npmDownloadRoot>https://registry.npmmirror.com/npm/-/</npmDownloadRoot> | ||
<yarnDownloadRoot>https://repo.huaweicloud.com/yarn/</yarnDownloadRoot> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we use the same mirror url from taobao?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems not now, The download address is automatically spliced based on url and version
prefix/{version}/yarn-{version}.tar.gz
Optional download address:
https://repo.huaweicloud.com/yarn/v1.22.21/yarn-v1.22.21.tar.gz √
https://registry.npmmirror.com/yarn/-/yarn-1.22.21.tgz ×
but we can not download file from this url below.
https://registry.npmmirror.com/yarn/v1.22.21/yarn-v1.22.21.tar.gz
<nodeVersion>${build.node.version}</nodeVersion> | ||
<yarnVersion>${build.yarn.version}</yarnVersion> | ||
<nodeDownloadRoot>https://mirrors.aliyun.com/nodejs-release/</nodeDownloadRoot> | ||
<yarnDownloadRoot>https://repo.huaweicloud.com/yarn/</yarnDownloadRoot> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Skip it now & replace it(the mirror address) in future
related issue #584 |
Purpose of the PR
follow: #558
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need