containerbase / node-prebuild

Prebuild NodeJS for containerbase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

containerbase NodeJS releases

build GitHub release (latest SemVer) License: MIT

Prebuild NodeJS releases used by containerbase/base.

Local development

Build the image

docker build -t builder .

Test the image

docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 18.0.0

${PWD}/.cache will contain packed releases after successful build.

Optional environment variables

Name Description Default
DEBUG Show verbose php build output <empty>

About

Prebuild NodeJS for containerbase

License:MIT License


Languages

Language:Shell 69.5%Language:Dockerfile 30.5%