Skip to content

Chrome

Imagewebsummoner/chrome
BrowserGoogle Chrome 152.0.7977.75
DriverChromeDriver 152.0.7977.75

ChromeDriver enforces an exact major-version match against the browser, so the image pins the driver to the same build as Chrome. Both come from Chrome for Testing, which publishes browser and driver together for every release — so the pair is always consistent.

The driver launches Chrome directly; nothing in the hub rewrites the browser name or binary path for it.

Terminal window
./images chrome -b 152.0.7977.75-1 -d latest -t websummoner/chrome:152.0

-d latest takes the matching Chrome for Testing driver. Pass an explicit version only when reproducing an older image.