Skip to content
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

MacOS Selenium ARM Images #237

Open
andrewnicols opened this issue Oct 27, 2022 · 2 comments
Open

MacOS Selenium ARM Images #237

andrewnicols opened this issue Oct 27, 2022 · 2 comments

Comments

@andrewnicols
Copy link
Contributor

The standard Selenium images do not currently run on MacOS with ARM chipsets.

Someone else has [with SeleniumHQ's blessing(https://github.com/SeleniumHQ/docker-selenium#experimental-mult-arch-aarch64armhfamd64-images) created a fork for ARM:

https://hub.docker.com/u/seleniarm

We should look into updating moodle-docker to run the seleniarm images on ARM architectures.

@skodak
Copy link
Contributor

skodak commented Feb 17, 2023

workaround is to use following in local.yml:

version: '2.4'
services:
  selenium:
    image: "seleniarm/standalone-chromium:latest"

I did not find any significant problems with it yet.

@rezaies
Copy link

rezaies commented Jun 25, 2024

version is obsolete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants