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 Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Adding docs and updating base image
6 lines
161 B
Docker
6 lines
161 B
Docker
# 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
|