build-image
build-image copied to clipboard
This is the build image used for running automated builds
🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes #822 --- For us to review and ship your PR efficiently, please perform the following steps: - [ ]...
As in #818 we introduced the arm64 compatibility for the image now we need to create a multi arch image and push it: we need to change our pipeline to...
🎉 Thanks for submitting a pull request! 🎉 #### Summary Refs netlify/binrc#35 Zola is the new name for Gutenberg (and @keats/gutenberg redirects to @getzola/zola). So binaries =0.5 and later are...
Not sure if this makes sense since the field can contain a range of versions rather than specifying an exact version, but maybe we could limit it to supporting only...
**Is your feature request related to a problem? Please describe.** The full git clone can be time consuming and the full history isn't required to make a build of a...
**Is your feature request related to a problem? Please describe.** The build image doesn't seem to come with browser binaries, which could be used by [Playwright](https://playwright.dev) for testing. They need...
**Describe the bug** Versions of NPM greater than 8.4 throw an error if the build is using NPM workspaces. It seems like the reason is workspaces aren't compatible with [npm...
What's the reason not to allow users to install packages from the standard APT repos? #411 adds homebrew, but it means everything will be rebuilt from source every time, even...
When building the new Dockerfile on Apple Silicon for arm64 (with the changes from @lukasholzer), the container-structure-tests are failing now: ``` === RUN: Command Test: hugo --- FAIL duration: 289.941792ms...
Currently the GitHub actions for checking the image size are building the docker image again so we are building the image twice (waste of resources) furthermore does it take way...