Skip to content

Dockerfiles and templates for running Selenium on OpenShift using Red Hat Enterprise Linux

License

Notifications You must be signed in to change notification settings

jflowers/openshift-selenium

 
 

Repository files navigation

Selenium Images and Templates for OpenShift Container Platform based on Red Hat Enterprise Linux

To ensure that the containers and configurations are able to be supported by Red Hat, these Dockerfiles and templates use RHEL as the base container image. The work on this project borrows heavily from the SeleniumHQ Docker Repository.

Build Containers Locally

git clone https://github.com/rht-labs/openshift-selenium.git
cd openshift-selenium
./build-all.sh

Build & Deploy On OpenShift

oc login -u <username> <openshift_console_url>
oc new-project selenium-grid
./build-all-openshift.sh

About

Dockerfiles and templates for running Selenium on OpenShift using Red Hat Enterprise Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.5%
  • Dockerfile 43.5%