Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 7.29 KB

README.md

File metadata and controls

43 lines (30 loc) · 7.29 KB


Node shelf

Image Dockerfile Pulls Size
dockershelf/node:12-bookworm
dockershelf/node:12-sid
dockershelf/node:14-bookworm
dockershelf/node:14-sid
dockershelf/node:16-bookworm
dockershelf/node:16-sid
dockershelf/node:18-bookworm
dockershelf/node:18-sid
dockershelf/node:20-bookworm
dockershelf/node:20-sid

Building process

The Node images are built using a bash script node/build-image.sh, you can check it out for details.

Each node release is installed using the nodesource repository.

We'll explain the overall process here:

  1. Built FROM dockershelf/debian:<release>.
  2. Labelled according to label-schema.org and opencontainers specification.
  3. Install developer tools and build depends to handle the nodesource package install.
  4. Install repository gpg keys.
  5. Install Node.
  6. Shrink image by deleting unnecessary files.

Made with 💖 and 🍔

Banner

Web luisalejandro.org · GitHub @LuisAlejandro · Twitter @LuisAlejandro