seleniumhq-community / docker-seleniarm

Multi-Arch (arm64/armhf/amd64) Docker images for the Selenium Grid Server
https://hub.docker.com/u/seleniarm
Other
249 stars 26 forks source link

Publish plain version numbers (e.g.: 4.6.0, 4.6, 4) #29

Closed deejgregor closed 1 year ago

deejgregor commented 1 year ago

Thanks for contributing to the Docker-Selenium project! A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines, applied for this repository. Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

This adds these tags:

For these images:

Motivation and Context

See #26.

Right now, Seleniarm containers published to Docker Hub are tagged with a number of tags, including a version-datestamp tag like 4.5.3-20221025. I use org.testcontainers' Selenium support and their code decides which version of a container to download by using a tag equal to the Selenium version, e.g.: 4.5.3.

Types of changes

Checklist