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

Netlify provides an Elm compiler installation, but does not cache the Elm modules which are downloaded during deploys. This leads to unnecessary repeated downloads which could be cached. There have...

How do I find out what version of Pipenv is used? Because "latest" is not a version, and I'm pretty sure that it's not using the latest latest version.

On 11/10 we [added Homebrew to the build image](https://community.netlify.com/t/now-in-experimental-alpha-homebrew-access-in-the-build-image/26074) with the caveat that it's in alpha and subject to change. We should decide whether we're happy with the current configuration...

question

We can use Homebrew to install system libraries that may be required by Python/Ruby/Node packages. For that reason, we should run the Homebrew installation step before installing other languages' packages.

**Describe the bug:** Reported by user [on the forums](https://answers.netlify.com/t/python-build-is-not-working-anymore/47343/8). When using `pipfile`, the build appears to fail (in installing Python dependencies phase) with the following error on `focal`: ``` ModuleNotFoundError:...

type: bug
theme/dependencies
theme/language-support/python

Would you be open to adding more fonts to the build image, specifically [ttf-mscorefonts-installer](https://packages.ubuntu.com/xenial/ttf-mscorefonts-installer) would be what I need. Currently, only the DejaVu family is available. Output from `fc-list`: ```...

npm preinstall and postinstall scripts are not run, resulting in breaking builds that are valid outside of Netlify. This is caused by our caching mechanism only restoring the `node_modules/` directory:...

type: bug
init/monorepo-support

A user [reported](https://community.netlify.com/t/unable-to-publish-function-using-postgres/12293/2) the following build error: ``` gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | linux | x64 gyp...

type: bug

Would it be possible to support the [Poetry](https://poetry.eustace.io) package manager for python site builders? It works a bit like pipenv but has less buggy dependency resolution, and reads dependencies from...

This PR adds caching for repos built with the [Clojure CLI tools][clojure-cli]. It extends 52f8eb9, which added initial support for building with the Clojure CLI tools, but did not address...