Images for building and running Node applications.
This image suite provides 2 streams for images:
stable- Our production/stable upstream for projects. Use this by default.latest- Recently merged changes which will be merged intostableas part of a release.
Images are available in the following registries:
ghcr.iodocker.io
Below is the list of Node images we provide.
By default we recommend the following registry and stream:
REGISTRY=docker.io
STREAM=stable
docker.io/skpr/node:24-v3-STREAM
docker.io/skpr/node:22-v3-STREAM
docker.io/skpr/node:20-v3-latest
You need to specify NODE_VERSION to build locally:
make build NODE_VERSION=24