-
-
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
Replace base image with Ubuntu #3
Comments
mtscout6
added a commit
that referenced
this issue
Nov 19, 2014
Use an officially sanctioned base image as per Docker Official Repo Guidelines. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 19, 2014
Remove init script in favor of directly running the Hub via the Dockerfile CMD. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 19, 2014
Remove init script for running Selenium node in favor of running the jar directly. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 19, 2014
Remove init script for running Selenium node in favor of running the jar directly. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 19, 2014
- Remove unused clean task + Add ci task + Add build and test tasks to .PHONY Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 19, 2014
mtscout6
added a commit
that referenced
this issue
Nov 19, 2014
The node images shouldn't be exposing the 4444 port since they don't even listen on that port. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
The NodeDebug folder is not intended to stand as a standalone dockerfile folder. It is a template used to generate the NodeChromeDebug and NodeFirefoxDebug folders. Note that the NodeChromeDebug and NodeFirefoxDebug folders are commited into the repo for the purposes of simplified builds on hub.docker.com. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
Remove init script for running Selenium node in favor of running the jar directly. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
Remove init script for running Selenium node in favor of running the jar directly. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
- Remove unused clean task + Add ci task + Add build and test tasks to .PHONY Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
The node images shouldn't be exposing the 4444 port since they don't even listen on that port. Part of #3
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
mtscout6
added a commit
that referenced
this issue
Nov 20, 2014
The NodeDebug folder is not intended to stand as a standalone dockerfile folder. It is a template used to generate the NodeChromeDebug and NodeFirefoxDebug folders. Note that the NodeChromeDebug and NodeFirefoxDebug folders are commited into the repo for the purposes of simplified builds on hub.docker.com. Part of #3
Remi-p
added a commit
to Remi-p/docker-selenium
that referenced
this issue
Jun 7, 2017
This allow random users to launch the images. The behavior is needed for OpenShift. Cf. issue SeleniumHQ#3 from ddavison/selenium-openshift-templates
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since the
phusion/baseimage
has not been sanctioned as an Official Docker Repo, we need to change to one that is.This will break the VNC support used in debugging.
An option to mitigate this until #2 is resolved is to define an image with VNC support that derives from the sanctioned node images, to which we do not seek official sanctions by docker. Then when #2 is resolved we can remove those images.
The text was updated successfully, but these errors were encountered: