This image will get the latest versions for browsers and tools
2.1K
This image contains a script get_versions.sh which will get versions for tools and browsers.
Firefox
We need both, numeric version (i.e. 59.0) and package version (i.e. 59.0.2+build1-0ubuntu0.16.04.3. With this information Firefox browser container can be build and tagged. We also get the numeric versions for nightly and beta.
Chrome
As same as with Firefox, we need the numeric version and the package version.
Tools
The script also gets the version for gecko_driver, chrome_driver and selenoid.
Run the image
docker run --rm elastestbrowsers/utils-get_browsers_version:1.0
Output
You will find something like this:
FIREFOX_PKG=59.0.2+build1-0ubuntu0.16.04.3
FIREFOX_VER=59.0.2
FIREFOX_BETA_VER=60.0
FIREFOX_NIGHTLY_VER=61.0
CHROME_PKG=65.0.3325.181-1
CHROME_VER=65.0
CHROME_BETA_VER=66.0
CHROME_UNSTABLE_VER=67.0
GECKO_VERSION=0.20.1
CHROME_DRIVER_VER=2.37
Next elastestbrowsers/chrome and elastestbrowsers/firefox need this output to get the appropriate version for the browser and tools.
Content type
Image
Digest
Size
43.1 MB
Last updated
almost 5 years ago
docker pull elastestbrowsers/utils-get_browsers_version:4