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]: Update documentation on how to build seleniarm images manually. README is out of date. #23

Closed jamesmortensen closed 2 years ago

jamesmortensen commented 2 years ago

Feature and motivation

There is a build.sh and build-amd64.sh and various other shell scripts that was used in the early days of seleniarm, but it is not the supported way to build the images and may be out of date with the upstream refactoring of how Dockerfiles are generated.

Instructions on how to build the multi-arch images can be found here: https://github.com/seleniumhq-community/docker-seleniarm/issues/19#issuecomment-1264292122

Usage example

Sometimes users and contributors need to build their own images. Instructions are helpful.