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

If you were to create a .ruby-version file with the contents: ``` 2.4.3 ``` (note trailing newline/line feed), you'd get a deploy that looked like this: ``` 7:52:21 AM: Attempting...

feat/builds
low-priority
type: feature
never_stale

Opening an issue here as requested in the support email (I initially asked on Twitter what was the best PoC, and was redirected to the support) šŸ™‚ Yarn 2 doesn't...

npm install is optimized for the development process and if node_modules is in a correct state, npm install will quit quickly after checking the status of the cache. Removing the...

type: bug

Apply various hardening idioms to the default Bash launcher script: - quote all variables - quote all path names - explicit error message on wrong usage - use exec for...

Currently the build image only clones the actual file contents for Git LFS tracked files for file extensions listed here: https://github.com/netlify/build-image/blob/xenial/buildbot-git-config#L2 Quoting: ```text fetchinclude = *.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp ``` This behavior can...

Hi all, the community team sent me your way this suggestion. One issue I’m running into a decent amount is related to the build cache. I maintain a private node...

type: bug
init/monorepo-support

`npm install` is somewhat meant for interactive runs. Here are some reasons to avoid it: - it runs a developer-focused audit by default, and while we can disable the audit...

type: feature
init/monorepo-support

npm keeps its own dependency installation cache which speeds up the install step. It was a notable omission considering we kept caches for other packaging tools.

type: feature
init/monorepo-support

Today any time package.json changes, the npm dependency cache is cleared. But package.json has a lot of meta changes that are irrelevant to the dependency installations, most notably changes to...

type: bug
init/monorepo-support

Indonesian locale not available during build. I believe we started with few locales, and then added "top 20 most popular sounding ones", so no surprise we don't have them all....

feat/builds
low-priority
type: feature