fix(synthetics): chromium dependencies for Synthetics monitor#48569
Merged
mcapell merged 3 commits intoelastic:mainfrom Jan 29, 2026
Merged
fix(synthetics): chromium dependencies for Synthetics monitor#48569mcapell merged 3 commits intoelastic:mainfrom
mcapell merged 3 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsJust comment with:
|
4 tasks
Contributor
|
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services) |
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Add missing dependency to run chromium on wolfi images.
3e4e7a8 to
2aae7e5
Compare
cmacknz
approved these changes
Jan 28, 2026
This was referenced Jan 29, 2026
Contributor
|
@Mergifyio backport 8.19 9.2 9.3 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Jan 29, 2026
* fix(synthetics): chromium dependencies for Synthetics monitor Add missing dependency to run chromium on wolfi images. (cherry picked from commit d282e8b)
2 tasks
mergify bot
pushed a commit
that referenced
this pull request
Jan 29, 2026
* fix(synthetics): chromium dependencies for Synthetics monitor Add missing dependency to run chromium on wolfi images. (cherry picked from commit d282e8b)
2 tasks
mergify bot
pushed a commit
that referenced
this pull request
Jan 29, 2026
* fix(synthetics): chromium dependencies for Synthetics monitor Add missing dependency to run chromium on wolfi images. (cherry picked from commit d282e8b)
2 tasks
mcapell
added a commit
that referenced
this pull request
Jan 29, 2026
mcapell
added a commit
that referenced
this pull request
Jan 29, 2026
mcapell
added a commit
that referenced
this pull request
Jan 29, 2026
mergify bot
pushed a commit
that referenced
this pull request
Feb 2, 2026
* fix(synthetics): chromium dependencies for Synthetics monitor Add missing dependency to run chromium on wolfi images. (cherry picked from commit d282e8b) # Conflicts: # dev-tools/packaging/templates/docker/Dockerfile.tmpl
2 tasks
pierrehilbert
added a commit
that referenced
this pull request
Feb 4, 2026
…thetics monitor (#48641) * fix(synthetics): chromium dependencies for Synthetics monitor (#48569) * fix(synthetics): chromium dependencies for Synthetics monitor Add missing dependency to run chromium on wolfi images. (cherry picked from commit d282e8b) # Conflicts: # dev-tools/packaging/templates/docker/Dockerfile.tmpl * Update Node.js version in Dockerfile template --------- Co-authored-by: Marc Capell <marc.capell@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
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 commit message
Add missing dependency to run chromium on wolfi images.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [x] I have added tests that prove my fix is effective or that my feature works. Where relevant, I have used thestresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.Disruptive User Impact
Author's Checklist
How to test this PR locally
Within the ./x-pack/heartbeat directory, build the docker image with:
Without the dependency, the build fails with the following error:
Related issues
Use cases
Screenshots
Logs