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

Commit 6abfafb

Browse files
Added information to the README about the location of the multi-arch container images GitHub repo and Docker Hub organization. [skip ci] (SeleniumHQ#1516)
[skip ci]
1 parent 440537d commit 6abfafb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and made the source code freely available under the [Apache License 2.0](LICENSE
66
![Build & test](https://github.com/SeleniumHQ/docker-selenium/workflows/Build%20&%20test/badge.svg?branch=trunk)
77
![Deployments](https://github.com/SeleniumHQ/docker-selenium/workflows/Deploys/badge.svg)
88

9+
## Images published to Docker Hub registry
10+
11+
These images are published to the Docker Hub registry at [Selenium Docker Hub](https://hub.docker.com/u/selenium).
12+
13+
## Experimental Mult-Arch aarch64/armhf/amd64 Images
14+
15+
For experimental docker container images, which run on platforms such as the Mac M1 or Raspberry Pi, see the community repository hosted at [seleniumhq-community/docker-seleniarm](https://github.com/seleniumhq-community/docker-seleniarm). These images are built for three separate architectures: linux/arm64 (aarch64), linux/arm/v7 (armhf), and linux/amd64.
16+
17+
Furthermore, these experimental container images are published on [Seleniarm Docker Hub](https://hub.docker.com/u/seleniarm) registry.
18+
19+
See [Issue #1076](https://github.com/SeleniumHQ/docker-selenium/issues/1076) for more information on these images.
20+
21+
If you're working on an Intel or AMD64 architecture, we recommend using the container images in _this_ repository (SeleniumHQ/docker-selenium) instead of the experimental ones.
22+
923
# Selenium Grid 4
1024

1125
Docker images for Grid 4 come with a handful of tags to simplify its usage, have a look at them in one of

0 commit comments

Comments
 (0)