mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
committed by
OpenShift Merge Robot
parent
8d6694f543
commit
afe5d59c2d
5
openshift-ci/build-root/Dockerfile
Normal file
5
openshift-ci/build-root/Dockerfile
Normal 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
|
||||
5
openshift-ci/build-root/README.md
Normal file
5
openshift-ci/build-root/README.md
Normal 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)
|
||||
Reference in New Issue
Block a user