-
-
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
Switching to Jammy #1923
Switching to Jammy #1923
Conversation
Firefox tests are failing because the current way of installing Firefox is not working on 22.04. Firefox is a snap package in Ubuntu 22.04, and we need to figure out how to remove it, install the deb package, use the snap package, and allow beta/dev versions to be installed. |
@diemol I just came across this Article to install Nightly. https://www.omgubuntu.co.uk/2023/10/firefox-nightly-deb-packages-mozilla-apt-repostiory Does this means they have plans to do the same for other channels as well ? Or may be I am interpreting it too much ?? |
Seems so. The problem is that Firefox comes installed as a snap package in Jammy, so we also need a way to "remove" that binary before installing the one we want. |
I tried to troubleshoot and saw there are 2 errors in the Firefox node when starting Firefox browser
I have updated Dockerfile to |
Signed-off-by: Viet Nguyen Duc <[email protected]>
Thanks for your help @VietND96! |
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
Motivation and Context
Types of changes
Checklist