Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.1 KB

File metadata and controls

30 lines (20 loc) · 1.1 KB

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
APT_HTTP_PROXY Set an APT http proxy for installing build deps <empty>
DEBUG Show verbose php build output <empty>