Docker images used for ZCS Node applications.
ZCS Node docker images come in three flavours:
base: base image, mainly used by other stagesdev: image for local developmentdist: image for application distribution
Supported Node versions:
Node 20
Supported platforms:
linux/amd64linux/arm64
docker build --pull --target base -t zcscompany/node:20-base .docker build --pull --target dev -t zcscompany/node:20-dev .docker build --pull --target dist -t zcscompany/node:20-dist .