Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

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

Closed
@jamesmortensen

Description

@jamesmortensen

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions