Sign inSign up

hazmi35/node

By hazmi35

Updated 1 day ago

A repository that contains Docker (OCI) base images for Node.js

Image
Languages & frameworks
2

100K+

hazmi35/node repository overview

docker-node

A repository that contains Docker (OCI format) base images for Node.js (that I used in my projects)

Available on Docker Hub and GitHub Container Registry!

Docker Images

Base Images

The base images (alpine and debian variants) include:

  • Essential packages: tini, tzdata, ca-certificates (Debian), networking tools
  • Proper signal handling: Uses tini as entrypoint for graceful shutdown
Development Images (dev variants)

The dev flavor images are designed for building Node.js applications and include:

  • Build tools: build-essential/build-base, git, python3

These images are meant to be used in a multi-stage build configuration, where the dev image handles the build stage (installing deps, compiling, etc.) and the base image serves as the final production stage.

Tag summary

Content type

Image

Digest

sha256:d715a8db5

Size

220.4 MB

Last updated

1 day ago

docker pull hazmi35/node