seleniumhq-community / docker-seleniarm

Multi-Arch (arm64/armhf/amd64) Docker images for the Selenium Grid Server
https://hub.docker.com/u/seleniarm
Other
248 stars 24 forks source link

[🚀 Feature]: In NodeFirefox, Dockerfile.arm64, replace geckodriver-arm-binaries geckodriver with official one from Mozilla #22

Closed jamesmortensen closed 2 years ago

jamesmortensen commented 2 years ago

Feature and motivation

Mozilla has recently started building geckodriver for ARM64. Currently, images are built using custom geckodriver binaries from https://github.com/jamesmortensen/geckodriver-arm-binaries. Since we now have official ARM64 support, we should modify NodeFirefox/Dockerfile.multi-arch to download the official one instead.

Official geckodriver releases can be found here: https://github.com/mozilla/geckodriver/releases

Mozilla doesn't support armv7l (Raspberry Pi and Mobile users), so we'd continue to use the binaries built there.

Usage example

This takes advantage of officially built geckodriver instead of unofficial ones. Support will be better from Mozilla.