README.md
July 10, 2026 路 View on GitHub
Node shelf
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 Dockershelf APT repository as a versioned nodejs-XX package.
We'll explain the overall process here:
- Built
FROM dockershelf/debian:<release>. - Labelled according to label-schema.org and opencontainers specification.
- Install developer tools and build depends to handle the package install.
- Install repository gpg keys.
- Install Node.
- Shrink image by deleting unnecessary files.
Made with 馃挅 and 馃崝
Web luisalejandro.org 路 GitHub @LuisAlejandro 路 Twitter @LuisAlejandro