Skip to content

Remove Puppeteer Chrome download in browserless deploy images#5312

Merged
backspace merged 1 commit into
mainfrom
ci-puppeteer
Jun 23, 2026
Merged

Remove Puppeteer Chrome download in browserless deploy images#5312
backspace merged 1 commit into
mainfrom
ci-puppeteer

Conversation

@backspace

Copy link
Copy Markdown
Contributor

This has been resulting in silent deployment failures.

The ai-bot, bot-runner, and pg-migration Docker images run a workspace
pnpm install that pulls in Puppeteer transitively. Puppeteer 25's
extractor shells out to a native tar/unzip binary, which node:slim does
not ship, so its postinstall Chrome download fails and breaks the build.
These images never launch a browser, so set PUPPETEER_SKIP_DOWNLOAD=true
to skip the download, matching the prerender image.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Realm Server Test Results

    1 files      1 suites   12m 16s ⏱️
1 742 tests 1 742 ✅ 0 💤 0 ❌
1 835 runs  1 835 ✅ 0 💤 0 ❌

Results for commit 0fad952.

@backspace
backspace marked this pull request as ready for review June 23, 2026 00:44
@backspace
backspace requested a review from a team June 23, 2026 01:10
@backspace
backspace merged commit 94fe57d into main Jun 23, 2026
81 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants