-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag With Different Browser Version #17
Comments
That has been on my mind as well. I see no real reason to tie the version of these images to the version of Selenium, with the exception of the base and hub images since they would change with Selenium. I have also considered the idea that we may need to break up this repo so we don't get a new base image built on docker hub when a change to the respective node images is made. |
This is an issue for me, I am solving this with 'Freezing' the image in time, Basically I build an image with Chrome:43 and tag the image The con of this is that I need to use this as a base for other downstream images and I can't recreate the image if I wanted to after Chrome releses 44. |
You are able to build your own images with specific Firefox and Chrome versions. I do not plan on releasing different tags with different browser versions considering the maintenance cost of this. I will bundle all tags with copacetic versions of the browser with the Selenium version. Please see the wiki page Building your own images to see how to do this. |
is it possible to tag the container based on different browser version?
The text was updated successfully, but these errors were encountered: