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

Users should be able to build the image locally, tag that image, and then pass the tag to the `start-image` script.

This works: ``` YARN_VERSION = "1.22.4" ``` This does not work: ``` YARN_VERSION = "1.22" ``` It would be awesome to not _have_ to maintain patch numbers. Currently, for if...

- [ ] If possible, fix the `build-image`'s `Jenkinsfile` so we always push the current release of the `xenial` branch to `latest`. - [ ] Allow passing a tag to...

feat/builds

I am interested in building my website through a docker image. This essentially means running docker-in-docker. Installation methods described in docker docs seem to fail. Is there any change this...

I would like to use svn (subversion) during my build, but it doesn't seem to be available in the current build image. It would be nice if this could be...

**Description** If you reference a `build.ignore` which is invalid or doesn't exist the failure is silently ignored and the build continues. I was testing with a bash script named `exit-zero.sh`:...

If a site is set to use a Ruby version older than `2.3.0` and it has no `Gemfile.lock` (or it has a `Gemfile.lock` which specifies a version of bundler that...

Without Asian fonts puppeteer [does not work well on some pages](https://github.com/gatsbyjs/gatsby/issues/5929). According to [document of puppeteer](https://github.com/puppeteer/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker), we can install the fonts as root: ```sh apt-get install -y fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg...

It seems that when using version 3.3.5 my webpack config won't run properly. It won't fail, but it will also not compile my site anymore. I have checked the changelog...