Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.34 KB

File metadata and controls

42 lines (28 loc) · 1.34 KB

nodejs

Docker Image CI Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

Node.js is a JavaScript-based platform for server-side and networking applications.

Supported tags and respective Dockerfile links

Image Variants

  • node:<version>
  • node:<version>-slim

Usage

You can use the image directly, e.g.

docker run --rm -it chinayin/node:22

The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago.

You can also use the images as a base for your own Dockerfile:

FROM chinayin/node:22

ref