RetailMeNotSandbox / ecs-selenium

Deploy Selenium Grid on Spot instances with Amazon ECS
MIT License
69 stars 27 forks source link

Update to -remoteHost problem #3

Closed mbruning24 closed 6 years ago

mbruning24 commented 6 years ago

Now that the PR discussed in the documentation has been resolved, and it seems -remoteHost can be passed via SE_OPTS (https://github.com/SeleniumHQ/docker-selenium/issues/540) can we get an update of the repo?

Building selenium has been giving me lots of problems, seems like I get 95% through the build and it fails on "ActiveSessionFactory.java uses or overrides a deprecated API"

(a workaround for that would do nicely too)

mbruning24 commented 6 years ago

noticed SE_OPTS was in the entry_point.sh file, so ignore that, but still is there a way to get a version bump so we don't have to build selenium locally?

robertoriv commented 6 years ago

Hi @mbruning24,

Sorry it took me a few days to get to this. I've updated the base images to 3.8.1 which are the latest. I haven't been able to test them yet in a real environment.

Let me know if there are any issues.