From afe5d59c2db349950c8740c39812e045f53395f2 Mon Sep 17 00:00:00 2001 From: Mohammed Ahmed Date: Thu, 7 Mar 2019 14:00:30 +0530 Subject: [PATCH] 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 * Adding docs and updating base image --- openshift-ci/build-root/Dockerfile | 5 +++++ openshift-ci/build-root/README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 openshift-ci/build-root/Dockerfile create mode 100644 openshift-ci/build-root/README.md 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)