https://github.com/containerbase/node-prebuild
Prebuild NodeJS for containerbase
https://github.com/containerbase/node-prebuild
Last synced: 3 months ago
JSON representation
Prebuild NodeJS for containerbase
- Host: GitHub
- URL: https://github.com/containerbase/node-prebuild
- Owner: containerbase
- License: mit
- Created: 2023-04-03T08:22:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-26T01:25:57.000Z (5 months ago)
- Last Synced: 2026-01-26T15:42:20.197Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 1.44 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containerbase NodeJS releases
[](https://github.com/containerbase/node-prebuild/actions/workflows/build.yml?query=branch%3Amain)


Prebuild NodeJS releases used by [containerbase/base](https://github.com/containerbase/base).
## Local development
Build the image
```bash
docker build -t builder .
```
Test the image
```bash
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 | `` |
| `DEBUG` | Show verbose php build output | `` |