-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker: Install Firefox from multiple package types #2547
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨ |
CI Failure Feedback 🧐(Checks updated until commit 4c46e5b)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Signed-off-by: Viet Nguyen Duc <[email protected]>
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Instead of downloading package
.tar.bz2
, execute and link the executable file. We switch to install byapt
from.deb
file.The benefit is that
apt
will help install all dependencies needed for Firefox. Also, we can doapt update
to update deps for patching CVEs. Here is the result on CVEs by extracting.tar.bz2
and installing.deb
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
Add support for multiple Firefox package formats
Implement unified package installation script
Update default package to .deb format
Simplify and refactor Dockerfile installation logic
Changes walkthrough 📝
install-firefox-package.sh
Add Firefox package installation script
NodeFirefox/install-firefox-package.sh
(deb, tar.bz2, tar.xz)
Dockerfile
Refactor Firefox installation in Dockerfile
NodeFirefox/Dockerfile
Makefile
Update default Firefox package URL
Makefile
.tar.bz2