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.
凌文龙
1ce393ce7c
|
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
简介
基于 Debian 11
内置 node用户 , 默认用户: root
内置 常用开发编译套件 、 python 等
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
简介
基于 alpine 3.15
修改 软件源 为 中科大镜像站
修改默认时区 (Asia/Shanghai)
npm 仓库地址改为淘宝
内置 node用户,默认用户: 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