https://github.com/zcsadmin/docker-image-node
Base docker image definition for ZCS node applications
https://github.com/zcsadmin/docker-image-node
Last synced: 10 months ago
JSON representation
Base docker image definition for ZCS node applications
- Host: GitHub
- URL: https://github.com/zcsadmin/docker-image-node
- Owner: zcsadmin
- Created: 2024-10-08T08:08:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-27T12:23:43.000Z (11 months ago)
- Last Synced: 2025-07-27T14:38:07.993Z (11 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
docker build --pull --target base -t zcscompany/node:20-base .
```
### Dev image
```bash
docker build --pull --target dev -t zcscompany/node:20-dev .
```
### Dist image
```bash
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](mailto:madnesslab@zcscompany.com)