generated from container/tmpl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
李玉
2f287c1d88
|
2 years ago | |
---|---|---|
12 | 2 years ago | |
14 | 2 years ago | |
16 | 2 years ago | |
dev | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
jenkinsfile | 2 years ago |
README.md
Nodejs
dev
简介
内置 node用户 , 默认用户: root
内置 node 16 、14 、12 三个版本
Dockerfile
最新镜像
- 12-dev :
registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12-dev
- 14-dev :
registry.cn-hangzhou.aliyuncs.com/fs-devops/node:14-dev
- 16-dev :
registry.cn-hangzhou.aliyuncs.com/fs-devops/node:16-dev
production
简介
修改 软件源 为 中科大镜像站
修改默认时区 (Asia/Shanghai)
npm 仓库地址改为淘宝
默认用户: node
Dockerfile
最新镜像
- 12 :
registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12
- 14 :
registry.cn-hangzhou.aliyuncs.com/fs-devops/node:14
- 16 :
registry.cn-hangzhou.aliyuncs.com/fs-devops/node:16