我通过nodeshift处于部署Angular应用程序的中间,但是我遇到以下错误无法验证运行此常规命令时出现的第一个证书:
nodeshift --strictSSL=false --dockerImage=bucharestgold/centos7-s2i-web-app --imageTag=10.x --build.env OUTPUT_DIR=dist/angular-web-app
。基本上,我由公司配置了代理,因此npm可以正常工作,但是我不知道在使用nodeshift期间是否缺少某些内容。
答案 0 :(得分:0)
“ bucharestgold / centos7-s2i-web-app”已被弃用,您应使用“ nodeshift / centos7-s2i-web-app”。
最近的nodeshift版本默认都指向ubi8 images,而不是nodeshift / centos7-s2i-nodejs。
您可以在此处找到有关nodeshift使用的示例:https://github.com/nodeshift-starters