An open API service indexing awesome lists of open source software.

https://github.com/stocard/dockerbase-node


https://github.com/stocard/dockerbase-node

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# dockerbase-node

Provides a base image to run node.js applications in: `stocard/node:X.Y`

You can try it out by: `docker run -it stocard/node:12 node`

Current base images:
- 12
- 14
- 16
- 18

### More information

The base image is based on `node:x.x-alpine` (https://hub.docker.com/_/node/).

It also includes:

* `bash`
* `curl`

and has tini-init from https://github.com/krallin/tini

### Adding new versions

* Add a new `- env: NODE=<>` line to `matrix include` block. Don't forget to insert a version!
* Also update the description above to add the new version.