Skip to content
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

Closed
danggrianto opened this issue Dec 4, 2014 · 3 comments
Closed

Tag With Different Browser Version #17

danggrianto opened this issue Dec 4, 2014 · 3 comments

Comments

@danggrianto
Copy link

is it possible to tag the container based on different browser version?

@mtscout6
Copy link
Member

mtscout6 commented Dec 4, 2014

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.

@ghost
Copy link

ghost commented Jun 10, 2015

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 node-chrome:43 and never build this tag again unless I know the current active "chrome" version has not advanced yet.

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.

@ddavison
Copy link
Member

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.

@lock lock bot locked and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants