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

We noticed that a customer had two versions of Node in their build cache: v14 which they set two weeks ago, and v12 from before that. Vivian pointed out that...

feat/builds
low-priority
type: feature
never_stale

NOTICE: If this pull request does not apply to your repository, feel free to close this pull request. This is a pull request generated by [github-tools](https://github.com/netlify/github-tools/) to add an initial...

type: chore
type: bot

When building a site, git submodules never get cloned with the repo to container.

feat/builds
type: bug
never_stale

I don't know if very many people use the Go cache, but this customer (who does use go during build) sees build errors like these when trying to restore his...

feat/builds
low-priority
type: bug
never_stale

Hi! I would prefer to have fewer configuration files when possible. In the case of a Ruby / Jekyll site that already has a `Gemfile`, I'd rather not also add...

type: feature
never_stale

Trying to build and deploy a middleman site using ruby 2.6.4 (declared this using a ENV on netlify because netlify DID NOT read it from gemfile or gemfile.lock declaration I...

feat/builds
type: bug
never_stale

currently we re-run `npm install` in case the checksum of package.json changes: https://github.com/netlify/build-image/blob/master/run-build-functions.sh#L114 We should do the same if package-lock.json exists and is changed, and someone who knows what they...

feat/builds
type: feature
type: bug
project/speedy-builds
init/monorepo-support
never_stale

Currently, if you have a netlify.toml file, Netlify's "hosted" builds in our CI environment will use netlify.toml ; build-image run locally for testing will not This makes it ~hard~ impossible...

medium-priority
feat/builds
type: feature
never_stale

At present it appears that we only "respect" NPM version in case: - there is a package.json in the base dir (https://github.com/netlify/build-image/blob/master/run-build-functions.sh#L323) - and don't run yarn (https://github.com/netlify/build-image/blob/master/run-build-functions.sh#L330) Some customers...

medium-priority
feat/builds
type: bug
never_stale

An enterprise customer reported that his build time increased between builds for no apparent reason. He traced this back to the fact that we were installing fresh node modules (as...

feat/builds
low-priority
type: bug
never_stale