Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 800 Bytes

File metadata and controls

48 lines (28 loc) · 800 Bytes

ZCS Node docker images

Docker images used for ZCS Node applications.

ZCS Node docker images come in three flavours:

  • base: base image, mainly used by other stages
  • dev: image for local development
  • dist: image for application distribution

Supported Node versions:

  • Node 20

Supported platforms:

  • linux/amd64
  • linux/arm64

Build images

Base image

docker build --pull --target base -t zcscompany/node:20-base .

Dev image

docker build --pull --target dev -t zcscompany/node:20-dev .

Dist image

docker build --pull --target dist -t zcscompany/node:20-dist .

Docker hub repository

https://hub.docker.com/r/zcscompany/node

Support

Madnesslab Team @ Zucchetti Centro Sistemi