-
Notifications
You must be signed in to change notification settings - Fork 82
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
tags for the docker #2
Comments
Hi, what tags would you like to see? |
I like the present docker image. I don't want to be affected by further
upgrades.
I have seen some tags for docker in https://hub.docker.com/r/selenium/
Thanks.
…On Tue, Dec 5, 2017 at 2:39 PM, Mark Hobson ***@***.***> wrote:
Hi, what tags would you like to see?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJl9DOFSm18TnAbv_Vgt-EW5q_pMbHP2ks5s9QhZgaJpZM4Q1o4k>
.
--
Regards,
Rajesh
*www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
*www.GainERP.com <https://www.gainerp.com>*
*Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and
Mobile*
|
Chrome is always going to be the latest version and thus ChromeDriver needs to be too. Maven is very stable so you shouldn't be affected by minor upgrades. If I upgrade to Java 9 then I'll create tags for Java 8 & 9. Hope that helps to clarify. |
Is there a way to freeze the chrome version and the chrome driver in the
docker image.
Thanks
…On Wed, Dec 6, 2017 at 1:13 AM, Mark Hobson ***@***.***> wrote:
Chrome is always going to be the latest version and thus ChromeDriver
needs to be too. Maven is very stable so you shouldn't be affected by minor
upgrades. If I upgrade to Java 9 then I'll create tags for Java 8 & 9. Hope
that helps to clarify.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJl9DF90dOnT93zTN07yYeH--UO-LEFuks5s9ZzvgaJpZM4Q1o4k>
.
--
Regards,
Rajesh
*www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
*www.GainERP.com <https://www.gainerp.com>*
*Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and
Mobile*
|
Not easily as Chrome is an 'evergreen' browser, meaning that it keeps itself up-to-date. It's rarely useful to be on an old version of a browser when acceptance testing since users will typically be on the latest version. |
I'm going to close this for now. You can of course build and push your own image of this container if you want to fix Chrome at a specific version. |
My tests failed because of latest headless changes. Can you provide docker tags. Thanks. |
Can you update your tests to supply the |
I wish tags were supported for the image. We would have saved some time. |
As mentioned above I can't provide tags for Chrome versions as only the latest version is available in the PPA. I can branch the previous Xvfb version of this container if that would help? I didn't do this as I don't have time to support multiple configurations. |
No, thats fine. For now, I created my own dockerimage based on your previous Dockerfile commit. |
I don't like the chrome moving part in the dockerfile. Anyhelp on that would be great. |
We would need a PPA that holds historic versions of Chrome since Google removes old versions from theirs. Personally I want to run my tests against the latest version as that's what users will be using. |
Hello,
Thanks for upgrading to maven 3.5.2
Is there a possibility, that you can create tags for the docker.
The text was updated successfully, but these errors were encountered: