-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Docker: Firefox stable latest version for ARM64 #2692
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Feedback 🧐(Feedback updated until commit 7544a74)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
842ccf8
to
b6bbe21
Compare
Signed-off-by: Viet Nguyen Duc <[email protected]>
b6bbe21
to
ee4c157
Compare
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
410206a
to
7d2bbea
Compare
Signed-off-by: Viet Nguyen Duc <[email protected]>
7544a74
to
663ba7c
Compare
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
Firefox officially ship deb package for platform Linux/ARM64 on Stable channel. https://www.mozilla.org/en-US/firefox/136.0/releasenotes/ (refer to puppeteer/puppeteer#12595)
Drop Nightly build in Dockerfile of Node/Standalone Firefox
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
Updated Dockerfile to support Firefox latest version for ARM64.
Adjusted Helm chart test workflow to use a specific Docker version.
Changes walkthrough 📝
helm-chart-test.yml
Update Docker version in Helm chart workflow
.github/workflows/helm-chart-test.yml
docker-version
to26.1.4
in Helm chart test workflow.Dockerfile
Add support for Firefox latest version on ARM64
NodeFirefox/Dockerfile