Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bingtsingw/docker-node-alpine
https://github.com/bingtsingw/docker-node-alpine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bingtsingw/docker-node-alpine
- Owner: bingtsingw
- License: mit
- Created: 2021-11-12T02:11:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T23:23:06.000Z (about 2 months ago)
- Last Synced: 2024-10-26T11:57:00.063Z (about 2 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-node
## Tag Rule
Named with `${type}-${version}`, for exmaple `16-pnpm-1.0.0`, `16-slim-1.0.0`
Currently supported types are:
- 16-pnpm
- 16-slim## Tag alias
- 16-slim: latest version of 16-slim
- slim: latest version of 16-slim
- 16-pnpm: latest version of 16-pnpm
- pnpm: latest version of pnpm## Usage
```
docker pull bingtsingw/node-alpine:${type}-${version}
```## License
This project is is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).