build-image icon indicating copy to clipboard operation
build-image copied to clipboard

This is the build image used for running automated builds

Results 139 build-image issues
Sort by recently updated
recently updated
newest added

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...

type: bug
good first issue

**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...

type: bug
theme/env
theme/lfs
theme/large-media

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...

type: chore

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...

type: feature
theme/dependencies

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...

type: feature

**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,...

type: bug

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...

type: feature
theme/dependencies
theme/package-managers
theme/caching

#### 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...