Skip to content

Commit 2c7d415

Browse files
committed
Adding openshift-ci directory
1 parent f6f6b12 commit 2c7d415

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

openshift-ci/build-root/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dockerfile to bootstrap build and test in openshift-ci
2+
3+
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
4+
5+
RUN yum -y install dnf httpd-tools

openshift-ci/build-root/OWNERS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
2+
3+
approvers:
4+
- sbose78
5+
- wtam2018
6+
- bigkevmcd
7+
- chetan-rns
8+
9+
reviewers:
10+
- sbose78
11+
- wtam2018
12+
- bigkevmcd
13+
- chetan-rns
14+
- mitchharpur
15+
- keithchong
16+
- tetchel
17+
- amitkrout
18+
- jaideepr97
19+
- gaganhegde
20+
- dewan-ahmed

openshift-ci/build-root/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image for running tests on OpenShift CI
2+
3+
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/openshift/odo/redhat-developer-odo-master.yaml)
4+
You can find out more in the [
5+
](https://github.com/openshift/ci-operator/blob/master/CONFIGURATION.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM src
2+
3+
COPY oc /usr/bin/oc

0 commit comments

Comments
 (0)