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.

57 lines
1.2 KiB

# Nodejs
2 years ago
2 years ago
## dev
### 简介
2 years ago
> - 基于 Debian 11
>
> - 内置 node用户 , 默认用户: root
2 years ago
>
> - 内置 常用开发编译套件 、 python 等
>
2 years ago
### Dockerfile
- [**16-dev**](dev/16/Dockerfile)
- [**14-dev**](dev/14/Dockerfile)
- [**12-dev**](dev/12/Dockerfile)
### 最新镜像
- **8-dev** : `registry.cn-hangzhou.aliyuncs.com/fs-devops/node:8-dev-1`
2 years ago
- **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`
2 years ago
## production
### 简介
2 years ago
> - 基于 alpine 3.15
>
> - 修改 软件源 为 中科大镜像站
>
> - 修改默认时区 (Asia/Shanghai)
>
> - npm 仓库地址改为淘宝
>
> - 内置 node用户,默认用户: node
2 years ago
### Dockerfile
- [**16**](16/Dockerfile)
- [**14**](14/Dockerfile)
- [**12**](12/Dockerfile)
### 最新镜像
- **8** : `registry.cn-hangzhou.aliyuncs.com/fs-devops/node:8-1`
2 years ago
- **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`