moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

MacOS Selenium ARM Images #237

Open andrewnicols opened 1 year ago

andrewnicols commented 1 year ago

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 commented 1 year ago

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 commented 1 week ago

version is obsolete