Skip to content

Stocard/dockerbase-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

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=<<MAJOR_OR_MINOR_VERSION>> line to matrix include block. Don't forget to insert a version!
  • Also update the description above to add the new version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published