build-image
build-image copied to clipboard
This is the build image used for running automated builds
🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes #787 As a preparation to make our build image working with arm64 we should get rid of a lot...
## Background ### Custom Node.js version Sites can specify a custom Node.js version by using a `.nvmrc` file, `.node_version` file or `NODE_VERSION` environment variable. ### Node.js versioning Node.js maintains [a...
## Background Sites can specify a custom Node.js version by using a `.nvmrc` file, `.node_version` file or `NODE_VERSION` environment variable. ## Problem Specifying the minor/patch version number for Node.js is...
Why is the Hugo version set all the way back to 0.85? I'm wanting to avoid having to pin a version in my config because then I have to keep...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when i realise you don't support ASDF **Describe the solution you'd like** support asdf **Describe alternatives you've...
Running `test-build.sh` returns `Error: workdir "/opt/build" does not exist` This is due to the `--workdir` option passed to docker. The [option either needs to be removed](https://github.com/netlify/build-image/blob/a49edbc55fc722f80f6b85963a5060f8d043a844/test-tools/test-build.sh#L61) or the directory created...
Fixes #794 [adds `/opt/build` to the `mkdir` step of the build-image dockerfile ](https://github.com/lvwvm/netlify-build-image/commit/f576b478ddf9e67bf58ebe7852ec7f6aae250fb2) --- **A picture of a cute animal** 
**Is your feature request related to a problem? Please describe.** Some build tools require a particular version of Java (e.g., [Google Closure Compiler](https://github.com/google/closure-compiler)). The current version of the build-image requires...
#### Summary Fixes #762 ##### The problem it solves Currently builds are failing for public projects that use yarn 2 (or above) with workspaces. The cached node modules are cached...
**Is your feature request related to a problem? Please describe.** Emacs is used as a static site generator by many people. It could be used to convert Org mode content...