https://github.com/wodby/node
Node docker container image
https://github.com/wodby/node
alpine docker node
Last synced: 10 months ago
JSON representation
Node docker container image
- Host: GitHub
- URL: https://github.com/wodby/node
- Owner: wodby
- License: mit
- Created: 2016-12-27T10:06:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-05T02:48:03.000Z (12 months ago)
- Last Synced: 2025-08-28T09:54:17.772Z (11 months ago)
- Topics: alpine, docker, node
- Language: Makefile
- Homepage: https://wodby.com/stacks
- Size: 219 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Node.js docker container image
[](https://github.com/wodby/node/actions)
[](https://hub.docker.com/r/wodby/node)
[](https://hub.docker.com/r/wodby/node)
## Docker Images
❗️For better reliability we release images with stability tags (`wodby/node:22-X.X.X`) which correspond to [git tags](https://github.com/wodby/node/releases). We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: [node](https://hub.docker.com/r/_/node/)
- [GitHub actions builds](https://github.com/wodby/node/actions)
- [Docker Hub](https://hub.docker.com/r/wodby/node)
Supported tags and respective `Dockerfile` links:
- `22.19`, `22`, `latest` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)
- `20.19`, `20` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)
- `18.20`, `18` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)
- `22.19-dev`, `22-dev`, `dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)
- `20.19-dev`, `20-dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)
- `18.4-dev`, `18-dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)
Images with `-dev` tag have dev packages and `sudo` allowed for all commands for `wodby` user.
All images built for `linux/amd64` and `linux/arm64`
## Environment variables
| Variable | Default Value | Description |
|-------------|---------------|------------------------|
| `NODE_PORT` | `3000` | Used for health checks |
## Orchestration actions
Usage:
```
make COMMAND [params ...]
commands:
check-ready [host max_try wait_seconds delay_seconds]
default params values:
host localhost
max_try 1
wait_seconds 1
delay_seconds 0
```