Skip to content

Tagging Convention

Diego Molina edited this page Mar 26, 2020 · 9 revisions

In order to prevent pushing up to existing tags and breaking existing functionality, a tagging convention has been created for the Docker repositories. The formula is as such:

Selenium Grid 4.x and above

<Major>.<Minor>.<Patch>-<YYYYMMDD>

Notes:

  • The <Major>.<Minor>.<Patch> bit matches the Selenium versions that will be downloaded.
  • Changelogs can be seen at the Releases Page

Selenium Grid 2.x and 3.x

<Major>.<Minor>.<Patch>-<Chemical Element in Alphabetical order>

Notes:

  • The <Major>.<Minor>.<Patch> bit matches the Selenium versions that will be downloaded.
  • The chemical elements come from https://sciencenotes.org/list-of-chemical-elements-in-alphabetical-order/.
  • This convention limited us to a finite number of releases, therefore, after releasing 3.141.59-zirconium, we started to adopt the YYYYMMDD format (during the transition to Selenium Grid 4.x)
  • Changelogs can be seen at the Releases Page
Clone this wiki locally