moodle-docker icon indicating copy to clipboard operation
moodle-docker copied to clipboard

MacOS Selenium ARM Images

Open andrewnicols opened this issue 3 years ago • 2 comments

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.

andrewnicols avatar Oct 27 '22 01:10 andrewnicols

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.

skodak avatar Feb 17 '23 17:02 skodak

version is obsolete

rezaies avatar Jun 25 '24 16:06 rezaies