Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 671 Bytes

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