Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airkro/docker
Docker image for node.js develop
https://github.com/airkro/docker
alpine docker docker-image git image imagemin nodejs playwright python python3
Last synced: about 2 months ago
JSON representation
Docker image for node.js develop
- Host: GitHub
- URL: https://github.com/airkro/docker
- Owner: Airkro
- License: unlicense
- Created: 2021-04-01T07:56:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T07:48:37.000Z (9 months ago)
- Last Synced: 2024-04-11T08:38:34.671Z (9 months ago)
- Topics: alpine, docker, docker-image, git, image, imagemin, nodejs, playwright, python, python3
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# airkro/node-lts
Docker image for node.js develop.
[![docker page][docker-badge]][docker-link]
[![github repo][github-badge]][github-link][docker-badge]: https://img.shields.io/docker/stars/airkro/node-lts?logo=docker&style=flat-square
[docker-link]: https://hub.docker.com/r/airkro/node-lts
[github-badge]: https://img.shields.io/github/license/airkro/docker.svg?logo=github&style=flat-square&color=blue
[github-link]: https://github.com/airkro/docker## Usage
```sh
docker pull airkro/node-lts
```## Compare Size
### Size of node:tag
| Size | Tag |
| ----------------: | --------------- |
| ![alpine][alpine] | node:lts-alpine |
| ![slim][slim] | node:lts-slim |
| ![lts][lts] | node:lts |[alpine]: https://img.shields.io/docker/image-size/_/node/lts-alpine?label=&style=flat-square
[slim]: https://img.shields.io/docker/image-size/_/node/lts-slim?label=&style=flat-square
[lts]: https://img.shields.io/docker/image-size/_/node/lts?label=&style=flat-square### Size of airkro/node-lts:tag
| Size | Tag | Features |
| ----------------------------: | :----------- | :------------------------------------------------------------ |
| ![latest][latest] | latest | git / zip / curl / docker-cli / docker-cli-compose / corepack |
| ![ssh][ssh] | ssh | tag:latest / ssh |
| ![github][github] | github | tag:latest / github-cli |
| ![sentry][sentry] | sentry | tag:latest / npm:@sentry/cli |
| ![python3][python3] | python3 | tag:latest / python3 / pip |
| ![cocoapods][cocoapods] | cocoapods | tag:latest / ruby / cocoapods |
| ![mp-wechat-ci][mp-wechat-ci] | mp-wechat-ci | tag:latest / npm:miniprogram-ci |
| ![mp-alipay-ci][mp-alipay-ci] | mp-alipay-ci | tag:python3 / npm:minidev |
| ![browser][browser] | browser | git / zip / ssh / corepack / playwright / Noto Sans ... |[latest]: https://img.shields.io/docker/image-size/airkro/node-lts/latest?label=&style=flat-square
[ssh]: https://img.shields.io/docker/image-size/airkro/node-lts/ssh?label=&style=flat-square
[github]: https://img.shields.io/docker/image-size/airkro/node-lts/github?label=&style=flat-square
[sentry]: https://img.shields.io/docker/image-size/airkro/node-lts/sentry?label=&style=flat-square
[python3]: https://img.shields.io/docker/image-size/airkro/node-lts/python3?label=&style=flat-square
[cocoapods]: https://img.shields.io/docker/image-size/airkro/node-lts/cocoapods?label=&style=flat-square
[browser]: https://img.shields.io/docker/image-size/airkro/node-lts/browser?label=&style=flat-square
[mp-wechat-ci]: https://img.shields.io/docker/image-size/airkro/node-lts/mp-wechat-ci?label=&style=flat-square
[mp-alipay-ci]: https://img.shields.io/docker/image-size/airkro/node-lts/mp-alipay-ci?label=&style=flat-square