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

How to build with FF 47.0.1? #404

Closed
rafaferreira opened this issue Mar 7, 2017 · 3 comments
Closed

How to build with FF 47.0.1? #404

rafaferreira opened this issue Mar 7, 2017 · 3 comments

Comments

@rafaferreira
Copy link

rafaferreira commented Mar 7, 2017

Hi there,

I would like to rebuild the images but using a different version of FF (47.0.1), seems to be easy but I'm facing issues and I would like a help if possible.

What I did was simple: download the raw file of Docker files (StandaloneFirefoxDebug) and tried to build the image, example:

$ wget https://raw.githubusercontent.com/SeleniumHQ/docker-selenium/master/StandaloneFirefoxDebug/Dockerfile
$ docker build -t stand-alone-firefox-debug-4701 .

Then the build failed as I don't have entry_point.sh so I downloaded from (StandaloneFirefox):

 wget https://raw.githubusercontent.com/SeleniumHQ/docker-selenium/master/StandaloneFirefox/entry_point.sh

and tried again the build that works fine. But I can't connect into VNC.

Maybe the key thing is: Is it correct to get the entry_point.sh from StandaloneFirefox instead of StandaloneFirefoxDebug?

Any help would be appreciated, my frameworks did not work with the latest version of FF so I need to guarantee that I can build on my end, the next step is to try to build: NodeFirefox where I can change the version to what I need.

@ddavison
Copy link
Member

we have a wiki page that details how you can build your own images, but that is building using our make file.

if you want to build yourself using docker build, you are able to just convert the commands found in the wiki page above into bare docker build parameters.

@rafaferreira
Copy link
Author

rafaferreira commented Mar 13, 2017 via email

@ddavison
Copy link
Member

will close, let me know if we need to reopen 👍

@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

2 participants