feat(25.10): add slices needed for chrome-headless-shell#906
Open
mus65 wants to merge 1 commit intocanonical:ubuntu-25.10from
Open
feat(25.10): add slices needed for chrome-headless-shell#906mus65 wants to merge 1 commit intocanonical:ubuntu-25.10from
mus65 wants to merge 1 commit intocanonical:ubuntu-25.10from
Conversation
3 tasks
b2c95bb to
61b71ec
Compare
61b71ec to
581404a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Forward port of #905 .
I'm trying to build a distroless alternative for Microsoft Playwright . Playwright itself is just a node application that already works fine with the nodejs slice. But Playwright requires a headless browser to actually be useful.
This adds missing slices for packages that are required for chrome-headless-shell, so you can run browser automations against chrome in a distroless container.
The dependencies are based on what Playwright itself installs for chrome-headless-shell (see list here).
Since chrome-headless-shell itself is not available as an ubuntu package, the test downloads the binary from the google servers. The test only runs for x64 since there are no other linux binaries from google.
Related issues/PRs
Forward porting
This is a forward port of #905 .
Checklist
Additional Context
CI passes in mus65#2