Adding our own base image to test on Openshift CI (#1437)

* Adding our own base image to test on Openshift CI

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding docs and updating base image
This commit is contained in:
Mohammed Ahmed
2019-03-07 14:00:30 +05:30
committed by OpenShift Merge Robot
parent 8d6694f543
commit afe5d59c2d
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Dockerfile to bootstrap build and test in openshift-ci
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.11
RUN yum -y install make wget gcc git

View File

@@ -0,0 +1,5 @@
# Base Image for running tests on OpenShift CI
This image is meant to be used as build root for tests on [OpenShift CI](https://github.com/openshift/release/blob/master/ci-operator/config/redhat-developer/odo/redhat-developer-odo-master.yaml)
You can find out more in the [
](https://github.com/openshift/ci-operator/blob/master/CONFIGURATION.md)