diff --git a/openshift-ci/build-root/Dockerfile b/openshift-ci/build-root/Dockerfile new file mode 100644 index 000000000..757836faf --- /dev/null +++ b/openshift-ci/build-root/Dockerfile @@ -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 diff --git a/openshift-ci/build-root/README.md b/openshift-ci/build-root/README.md new file mode 100644 index 000000000..782cbf968 --- /dev/null +++ b/openshift-ci/build-root/README.md @@ -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)