build-image
build-image copied to clipboard
This is the build image used for running automated builds
See https://discourse.gohugo.io/t/using-dart-sass-hugo-and-netlify/37099/2 for some context. I'm the lead maintainer of Hugo. We integrate with both LibSASS (now deprecated) and Dart SASS via the embedded protocol. This all works great, but...
**Describe the bug** If a submodule uses Git LFS, the `GIT_LFS_ENABLED` environment variable is used for the submodule clone. However, the `GIT_LFS_FETCH_INCLUDE` environment variable which determines the filetypes that will...
Our CI pipeline is too slow. @erezrokah just improved it by using stronger machines (https://github.com/netlify/build-image/pull/743 and https://github.com/netlify/build-image/pull/744). However, this is still lasting more than 20 minutes. We should see what...
Currently Netlify will only cache dependencies in Clojure projects if there is a valid `project.clj` or `build.boot` file, which are used by the Leiningen and Boot build tools. However Clojure...
Essentially a follow-up on #187. To reiterate the reasoning there (and shared in #251 when the Nix PR came up), Nix would be able to "wear several hats" for Netlify's...
Would be nice to add dotnet and which versions are included to this documentation file: https://github.com/netlify/build-image/blob/focal/included_software.md Just the output of dotnet --list-sdks would do I suppose. I'm successfully running builds...
**Is your build failing?** If a site includes a `Pipfile` requiring Python 3.7, yes, the build fails. **Describe the bug** On Zenial, Python is available in version 2.7 (default), 3.5,...
Hello! The python versions available on the netlify build image could use some love. The current [stable version is 3.9.6](https://www.python.org/downloads/), but the highest netlify goes is 3.7. Any chance you...
This is a cover issue to track problems our build system has with Yarn 2/3. Specifically: - Inability to retain Yarn's own cache - https://github.com/netlify/build-image/issues/319, https://github.com/netlify/build-image/pull/465 and https://github.com/netlify/build-image/issues/600 - Pointless...
#### Summary Fixes #522 Currently, Homebrew is only executed after Rubygems/Pip dependencies have been installed – this means any packages which build using libraries which aren't native to the build...